/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * 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     enterprise_default
 * @copyright   Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/* Reset ================================================================================= */

*:first-child+html {
    overflow-x:hidden;
}
@font-face {
    font-family: "HelveticaNeueLightExt";
    src: url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/css/HelveticaNeue-LightExt.TTF) format("truetype");
}
@font-face {
    font-family: "HelveticaNeueMedium";
    src: url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/css/HelveticaNeueMedium.TTF) format("truetype");
}
@font-face {
    font-family: "HelveticaCdMed";
    src: url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/css/HelveticaCDMed.TTF) format("truetype");
}
@font-face {
    font-family: "HelveticaNeueMediumExt";
    src: url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/css/HelveticaNeueMediumExt.TTF) format("truetype");
}
@font-face {
    font-family: 'Austin-Roman';
    src: url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/font/Austin-Roman.eot?') format('eot'),
    url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/font/Austin-Roman.otf')  format('opentype'),
    url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/font/Austin-Roman.woff') format('woff'),
    url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/font/Austin-Roman.ttf')  format('truetype'),
    url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/font/Austin-Roman.svg#Austin-Roman') format('svg');
}
@font-face {
    font-family: 'Austin-Semibold';
    src: url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/font/Austin-Semibold.eot?') format('eot'),
    url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/font/Austin-Semibold.otf')  format('opentype'),
    url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/font/Austin-Semibold.woff') format('woff'),
    url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/font/Austin-Semibold.ttf')  format('truetype'),
    url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/font/Austin-Semibold.svg#Austin-Semibold') format('svg');
}
* {
    margin:0;
    padding:0;
}
body {
    font-size: 14px;
    line-height: 17px;
    font-family: Arial, Helvetica, sans-serif;
    background: url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/body-background.jpg') top center no-repeat;
}

body.cms-index-index {
    background: url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/background1.jpg') top center no-repeat !important
}
img {
    border:0;
    vertical-align:top;
}
a {
    
    text-decoration:none;
    cursor: pointer
}
a:hover {
    text-decoration:none;
}
:focus {
    outline:0;
}
/* Headings */
h1 {
    
    font-size:18px;
    font-weight:normal;
}
h2 {
    font-size:16px;
    font-weight:normal;
    
}
h3 {
    font-size:14px;
    font-weight:bold;
    
}
h4 {
    font-size:13px;
    font-weight:bold;
    
}
h5 {
    font-size:12px;
    font-weight:bold;
    
}
h6 {
    font-size:11px;
    font-weight:bold;
    
}
/* Forms */
form {
    display:inline;
}
fieldset {
    border:0;
}
legend {
    display:none;
}
/* Table */
table {
    border:0;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
    font-size:100%;
}
caption, th, td {
    vertical-align:top;
    text-align:left;
    font-weight:normal;
}
/* Content */
address {
    font-style:normal;
}
cite {
    font-style:normal;
}
q, blockquote {
    quotes:none;
}
q:before, q:after {
    content:'';
}
small {
    font-size:10px;
}
big {
    font-size:1.2em;
}
/*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;
    margin-left:12px;
}
.wrap {
    white-space:normal !important;
}
.a-left {
    text-align:left !important;
}
.a-center {
    text-align:center !important;
}
.a-right {
    text-align:right;
}
.v-top {
    vertical-align:top;
}
.v-middle {
    vertical-align:middle;
}
.f-left, .left {
    float:left !important;
}
.f-right, .f-right, .right {
    float:right !important;
}
.cms-home .right {
    
}
.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 {
    margin:0 auto;
    width:940px;
}
.page {
    width:940px;
    margin:0 auto;
    text-align:center;
}
.page-print {
    background:#fff;
    padding:20px;
    text-align:left;
}
.page-popup {
    padding:20px;
    text-align:left;
}
.page-empty {
    background:#fff;
    padding:20px;
    text-align:left;
}
.main {
    margin:0 0 14px;
    min-height:350px;
    text-align:left;
    background:transparent url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/top-page.png) no-repeat scroll left top;
}
.sidebar {
    min-height:350px;
}
/* Base Columns */
.col-left {
}
.col-main {
    width: 705px;
    padding:20px 0px;
    margin-top:4px;
    min-height:530px;
}
.col-right {
    float:right;
    width:182px;
    padding:0 0 0;
    margin:0 0 -1px;
}
/* 1 Column Layout */
.col1-layout {
}
.cms-no-route .col1-layout {
    background:#FFFFFF none repeat scroll 0 0;
}
.col1-layout .col-main {
    width:auto;
    padding:20px;
    background:white;
}
.col1-layout .breadcrumbs {
    margin-bottom:0 !important;
}
.cms-index-index .col-main {
    background:none
}
.cms-no-route .page-head-alt {
    margin:0 -20px 10px;
}
/* 2 Columns Layout */
.col2-left-layout {
}
.col2-left-layout .col-main {
    float:right;
    background:white
}
.col2-right-layout {
    background-position:573px 0;
    background:#FFFFFF none repeat scroll 0 0;
}
.col2-right-layout .col-main {
}
/* 3 Columns Layout */
.col3-layout {
    background-position:0 0;
}
.col3-layout .col-main {
    width:532px;
    margin-left:1px;
    display:inline;
}
.col3-layout .col-wrapper {
    float:left;
    width:755px;
}
.col3-layout .col-wrapper .col-main {
    float:right;
}
/* Content Columns */
.col2-set .col-1 {
    float:left;
    width:49%;
}
.col2-set .col-2 {
    float:right;
    width:49%;
}
.col2-set .narrow {
    width:33%;
}
.col2-set .wide {
    width:65%;
}
.col3-set .col-1 {
    float:left;
    width:32%;
}
.col3-set .col-2 {
    float:left;
    width:32%;
    margin-left:2%;
}
.col3-set .col-3 {
    float:right;
    width:32%;
}
.col4-set .col-1 {
    float:left;
    width:23.5%;
}
.col4-set .col-2 {
    float:left;
    width:23.5%;
    margin:0 2%;
}
.col4-set .col-3 {
    float:left;
    width:23.5%;
}
.col4-set .col-4 {
    float:right;
    width:23.5%;
}
/* ======================================================================================= */


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

/* Form Elements */
input, select, textarea, button {
    font:12px Arial, Helvetica, sans-serif;
    vertical-align:middle;
    
}
select {
    background:#fff;
    border: 1px solid #D9D9D9;
    /*background:#fff url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_input.gif) 0 0 repeat-x;*/
}
input.input-text, textarea {
    border:1px solid;
    padding:7px 0 5px 10px;
}
input.input-text {
    border:0 none;
}
.account-create div.customer-dob span {
    position:relative;
    right:15px;
}
.account-create div#advice {
    position:relative;
    right:15px;
}
.account-create input#day, input#month {
    background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bg-date-month.png) no-repeat !important;
    width:35px !important;
    padding-right:23px;
}
input#day, input#year {
    width:35px !important;
    background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bg-date-month.png) no-repeat !important;
    padding-right:23px;
}
.account-create input#year {
    background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bg-year.png) no-repeat !important;
    width:65px !important;
    padding-right:20px;
}
.account-create span.dob-day, .account-create span.dob-month, .account-create span.dob-year {
    float:left !important;
    clear:none !important;
}
select {
    padding: 5px 5px 5px 10px;
}
select option {
    padding-right:10px;
}
select.multiselect option {
    padding:2px 2px;
    border-bottom:1px solid #bbb;
}
select.multiselect option:last-child {
    border-top:0;
}
textarea {
    overflow:auto;
}
input.radio, input.checkbox {
    margin-right:3px;
    font-size:11px !important;
    margin-top:2px;
    vertical-align:top;
}
input.radio {
    font-size:10px !important;
}
input.qty {
    padding: 6px 4px 10px 5px;
    width: 23px;
    border: 0 none;
    background: url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/qty.png) no-repeat scroll 0 0;
}
.catalog-product-view input.qty {
    padding: 6px 0 10px 5px;
    width: 119px;
    border: 0 none;
    background: url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/qty-big.gif) no-repeat scroll 0 0;
    margin-left:25px;
}
#cart-quantity {
    width:100%;
    text-align:right;
    margin:13px 0 8px 0;
}
button.button::-moz-focus-inner {
    padding:0;
    border:0;
} /* FF Fix */
button.button {
    -webkit-border-fit:lines;
} /* <- Safari & Google Chrome Fix */
/*button.button {
    overflow:visible;
    width:auto;
    border:0;
    padding:0;
    margin:0;
    background:transparent;
    cursor:pointer;
}
button.button span {
    float: left;
    height: 30px;
    background: url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/btn-bg-blue.png) repeat-x;
    padding: 0 0 0 10px;
    font: 14px/21px HelveticaCdMed, Arial, sans-serif;
    text-align: center;
    white-space: nowrap;
    
}
button.button span span {
    padding: 4px 30px 0 0;
    text-align: left;
    background: transparent url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/default-button.png) right 0 no-repeat;
}*/
button:active {
    position:relative !important;
}
button.disabled:active {
    position:inherit;
    top:inherit;
}
button.disabled {
}
button.disabled span {
}
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#eee; }*/

/* Form Validation */
.validation-advice {
    clear:both;
    font-size:11px !important;
    padding:3px 0 0 !important;
    color:#d91a00 !important;
}
.product-options .validation-error .options-list, .validation-failed {
}
input.input-text.validation-failed, textarea.validation-failed {
}
span.validation-passed, div.validation-passed {
}
span.validation-error, div.validation-error {
}
.required em {
    color:#FF1313;
    margin-right:4px;
    float: left;
}
p.required {
    margin:0;
    padding:5px 0 7px;
    text-align:right;
    width:620px;
    font-size:11px;
    color:#f02800;
}
.form-list .validation-advice {
    width:250px;
    margin-right:-250px;
}
/* Expiration date and CVV number validation fix */
.v-fix {
    float:left;
}
.v-fix .validation-advice {
    display:block;
    width:12em;
    margin-right:-12em;
    position:relative;
}
/* Fieldset */
.fieldset {
    font-size:14px;
    margin:0 0 16px;
}
.fieldset p {
    margin:0px;
}
.fieldset h2.legend {
}
/* Form lists */
.form-list {
}
.form-list li {
    margin:0 0 9px;
    vertical-align:top;
}
.checkout-cart-index .form-list li {
    margin:0 0 9px;
    vertical-align:top;
}
.form-list label {
    float:left;
    padding:2px 12px 0 0;
    font-size:14px;
    text-align:left;
    width:200px;
}
.my-account .form-list label {
}
. customer-account-login .form-list label {
    
    float:left;
    font-size:12px;
    padding:2px 15px 0 0;
    text-align:right;
}
.form-list .value {
    float:left;
    padding:2px 0 0;
}
.form-list .note {
    clear:both;
    font-size:11px;
    width:380px;
    margin:0;
    padding:3px 0 0 240px;
}
.form-list span.label {
    font-weight:normal;
}
ul#payment_form_Sxml li .form-list .input-box {
    float:left !important; /* width:256px; */
}
.form-list .input-box {
    /*float:right; width:256px; */
    float:left;
}
.customer-account-edit #form-validate .form-list .input-box {
    /*float:right;  width:256px; */
}
.customer-account-edit .my-account .buttons-set.form-buttons{
}
.customer-account-edit .my-account .buttons-set.form-buttons .button span{
}
.customer-account-edit .my-account .buttons-set.form-buttons .button span span{
}
.form-list .input-box a {
    font-size:11px;
    margin-top:4px;
}
.form-list input.input-text, .form-list textarea {
}
#checkoutSteps .form-list input.input-text, .form-list textarea {
    border:1px solid #d9d9d9;
}
#checkoutSteps .form-list select {
    /*width:385px;*/
}
#billing-address-select select {
    width:600px;
}
.form-list textarea {
    width:374px;
    height:13em;
}
.form-list select {
    float:left;
    vertical-align:top;
}
.form-list p {
    margin:0;
    padding:0 0 0 240px;
}
.my-account .form-list p {
    padding:0;
}
ul.add-row, .form-list li.add-row {
    background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_dots.gif) repeat-x 0 0;
    margin-top:15px;
}
ul.add-row .btn-remove, .form-list li.add-row .btn-remove {
    font-size:0;
    line-height:0;
    padding:5px 5px 0 0;
    margin:0;
    text-align:right;
}
.form-list .range input.input-text {
    float:none;
    width:64px;
    vertical-align:middle;
}
.form-list .add-field .input-box {
    margin-left:213px;
}
.form-list .control {
    position:relative;
    vertical-align:top;
    z-index:1;
} /* row with checkbox or radio button */
body[class*='customer-'] .form-list .control label {
}
body .main .col-main .my-account .form-list .control label {
    padding-left: 5px;
}
.account-forgotpassword .form-list button.button span span{
    padding: 0 42px;
}
.form-list .control .input-box {
}
.form-list .control input.radio {
    margin-top:3px;
}
.form-alt label {
    float:none;
    display:inline;
    width:auto;
}
.form-alt li {
    margin:0 0 5px;
    line-height:16px;
}
.form-alt select {
    width:496px;
}
.form-alt .input-box {
    width:496px;
    margin-top:5px;
    padding-bottom:11px;
}
.form-alt .input-text {
    width:480px;
}
.inner-form {
    margin:10px 0 5px;
    padding:10px 0 0;
    border:1px dashed #d1d1d1;
    border-width:1px;
    background:#f7f7f7;
}
.inner-form .form-alt label {
    padding-left:5px;
}
/* Date Of Birth */
.form-list .customer-dob label {
    float:none;
    width:auto;
    padding:0;
    font-size:11px;
    font-weight:normal;
    color:#777;
}
.form-list .customer-dob .input-box {
    float:left;
    width:auto;
    margin-right:8px;
}
.form-list .customer-dob .input-box .validation-advice {
    display:none !important;
}
.form-list .customer-dob input.input-text {
    float:none;
    display:block;
    margin-bottom:2px;
}
.form-list .customer-dob .dob-day, .form-list .customer-dob .dob-month, .form-list .customer-dob .dob-year {
    float:left;
    margin-right:8px;
    padding-right:0 !important;
    background:none !important;
}
.form-list .customer-dob .dob-day .validation-advice, .form-list .customer-dob .dob-month .validation-advice, .form-list .customer-dob .dob-year .validation-advice {
    display:none;
}
.form-list .customer-dob .dob-day input.input-text {
    width:104px;
}
.form-list .customer-dob .dob-month input.input-text {
    width:104px;
}
.form-list .customer-dob .dob-year {
    margin-right:0;
}
.form-list .customer-dob .dob-year input.input-text {
    width:138px;
}
/* Combination of fields */
.form-list li.fields {
    margin:0;
}
.form-list li.fields .field {
    clear:left;
    padding:0 0 9px;
}
/* Buttons */
.buttons-set {
    clear:both;
    margin:16px 0;
} /* general for button containing block */
.buttons-set p.back-link {
    float:left;
    padding:2px 15px 0 0;
    text-align:right;
    margin:0;
}
a.back-link {
    color:#999;
}
.buttons-set p.back-link a {
    
}
.buttons-set a.button, .buttons-set button.button {
    float:right;
    margin-left:13px;
}
.checkout-cart-index .buttons-set a.button, .buttons-set button.button {
    margin-left:15px;
}
.btn-continue {
    float:left;
}
.buttons-set2 {
    clear:both;
    margin:5px 0 0;
    padding:5px;
    /*background-color:#ededed;*/
    text-align:right;
}
.form-buttons {
    margin:0;
} /* for button containing block under the general form */
.form-buttons .button {
    float:right;
}
.form-buttons .button {
    margin-left:15px;
}
.form-buttons p.back-link {
    float:left;
    width:225px;
    padding:2px 15px 0 0;
    text-align:right;
}
.btn-only { /* padding-left:240px; */
}
/* Overrides for 3columns */
.col3-layout .form-list .note {
    padding-left:165px;
    width:280px;
}
.col3-layout .form-buttons p.back-link, .col3-layout .form-list label {
    width:150px;
}
.col3-layout .form-list input.input-text, .col3-layout .form-list textarea {
    width:274px;
}
.col3-layout .form-list select {
    width:280px;
}
.col3-layout .form-list .control .input-box {
    margin-left:165px;
}
.col3-layout .form-list .customer-dob .dob-day input.input-text {
    width:74px;
}
.col3-layout .form-list .customer-dob .dob-month input.input-text {
    width:74px;
}
.col3-layout .form-list .customer-dob .dob-year {
    margin-right:0;
}
.col3-layout .form-list .customer-dob .dob-year input.input-text {
    width:98px;
}
.col3-layout p.required, .col3-layout .form-buttons {
    width:445px;
}
/* Global Messages */
.messages {
    width:940px;
    text-align:left;
    margin-top:10px;
    /*display:none;*/
}

/* I don't know why all messages are hidden but I don't want to remove the display none incase it breaks something (guessing its varnish related).
Adding display block on a case by case bases */
.vip-account-activate .messages, .account-create .messages{
    display:block;
}

.messages li {
    margin:0 0 10px;
    padding:0;
}
.messages ul {
    padding:10px 17px 10px;
    margin:0 ;
    background-position:35px 100%;
    background-repeat:no-repeat;
    position:relative;
}
.messages ul li {
    margin:0;
    padding:0 0 3px;
}
.messages a {
    text-decoration:underline;
}
.messages a:hover {
    text-decoration:none;
}
.messages li.error-msg, .messages li.success-msg, .messages li.note-msg, .messages li.notice-msg {
    border-style:solid !important;
    border-width:1px !important;
    font-size:12px !important;
}
p.error-msg {
    border-style:solid !important;
    padding:10px;
    border-width:1px !important;
    font-size:12px !important;
    margin:10px 0;
}
/* Error Message */
.messages li.error-msg {
    border-color:#e9581f;
    background-color:#fff5f3;
    color:#d91a00;
}
.messages li.error-msg a {
    color:#d91a00;
}
.messages li.error-msg ul { /* background-image:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_msg-error.gif); */
}
p.error-msg {
    border-color:#e9581f;
    background-color:#fff5f3;
    color:#d91a00;
}
/* Success Message */

.messages li.success-msg a {
    color:#3d6611;
}
.messages li.success-msg ul { /* background-image:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_msg-success.gif); */
}
/* Notification Message */
.messages li.note-msg, .messages li.notice-msg {
    border-color:#fcd344;
    background-color:#fafaec;
    color:#3d6611;
}
.messages li.note-msg a, .messages li.notice-msg a {
    color:#3d6611;
}
.messages li.note-msg ul, .messages li.notice-msg ul { /* background-image:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_msg-note.gif); */
}
/* std class reset */
.std .messages {
    margin-top:0;
}
.std .messages {
    width:auto;
    list-style:none !important;
    padding:0 !important;
    margin-bottom:0 !important;
}
.std .messages ul {
    list-style:none !important;
    padding-left:17px !important;
    margin:0 0 -11px !important;
}
/* BreadCrumbs */
.breadcrumbs {
    margin:0;
    padding:7px 20px 5px;
    background:#ededed url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/breadcrumbs-back.gif) no-repeat 0 0;
    text-align:left;
}
.breadcrumbs li {
    display:inline;
    color:#78aedd;
}
.breadcrumbs li span, .breadcrumbs a {
    text-decoration:none;
    font-size:11px
}
.breadcrumbs a:hover {
    text-decoration:underline;
}
.breadcrumbs li strong {
    font-weight:normal;
    font-size:11px
}
/* Page Heading */
.checkout-cart-index .page-title {
    background:transparent none repeat scroll 0 50%;
}
.page-title {
}
.page-title .link-rss {
    float:right;
    margin-top:8px;
}
.page-title h1, .page-title h2 {
    margin:0;
}
.account-login .page-title {
    padding-bottom:5px !important
}
.account-login .page-title h1 {
    padding-bottom:0;
    font-family: HelveticaNeueLightExt, Arial;
}
.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;
}
.title-buttons .link-print {
    float:right;
    margin-top:4px;
}
.subtitle {
    clear:both;
    padding:10px 0;
    font-size:18px;
    color:#d12c01;
}
.customer-account-index h2.sub-title {
    font-size:14px;
    font-weight:bold;
    background:transparent none repeat scroll 0 50%;
    margin:0 0 8px;
}
.page-popup .page-title, .col-main .page-title {
}
.checkout-cart-index .col1-layout .col-main .page-title {
    margin-top:0px;
    background:transparent url(/media/hr-full-width-2.png) no-repeat scroll right bottom;
}
.checkout-cart-index #shopping-cart-table {
    width:100%;
}
#shopping-cart-table colgroup{
    display: block;
}
.sub-title {
    font-size:16px;
    font-weight:normal;
    line-height:19px;
    margin:0 0 10px;
}
.sub-title .separator {
    font-weight:normal;
}
.sub-title a {
    text-transform:lowercase;
}
.section-title {
    font-size:14px;
    font-weight:normal;
    color:#151515;
    margin:0 0 5px;
}
/* Pager */
.pager {
    margin:15px 0;
    font-size:11px;
    padding:3px 20px 5px;
}
.pager p {
    margin:0 !important;
}
.pager select {
    padding:0;
    margin-bottom:1px;
}
.pager .amount {
    float:left;
    line-height:20px;
}
.pager .amount strong {
    font-weight:normal;
}
.pager .limiter {
    float:right;
    line-height:20px;
}
.pager .pages {
    line-height:20px;
    margin:0 135px;
    text-align:right;
    color:#52789b;
}
.pager .pages a {
    text-decoration:underline;
}
.pager .pages a:hover {
    color:#8c8c8c;
    text-decoration:none;
}
.pager .pages ol, .pager .pages li {
    display:inline;
    padding:0 2px;
}
.pager .pages .current {
    font-weight:bold;
}
.pager .pages .i-previous, .pager .pages .i-next {
    text-decoration:none !important;
    vertical-align:middle;
}
.pager-only {
    clear:both;
}
.pager-only .pages {
    margin:0;
}
/* Sorter */
.sorter {
    font-size:11px;
    margin:0 0 0;
    padding:3px 3px 10px;
    border-bottom:1px solid #dceaf7;
    color:#52789b;
}
.sorter p {
    margin:0;
}
.sorter select {
    padding:0;
    margin-bottom:1px;
    color:#52789b;
}
.sorter .view-mode {
    float:left;
    line-height:20px;
    white-space:nowrap;
}
.sorter .view-mode label {
    float:left;
    margin:2px 5px 0 0;
}
.sorter .view-mode a.list-fix, .sorter .view-mode a.list, .sorter .view-mode strong.list-fix, .sorter .view-mode strong.list, .sorter .view-mode a.grid-fix, .sorter .view-mode a.grid, .sorter .view-mode strong.grid-fix, .sorter .view-mode strong.grid {
    background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_viewmode.gif) no-repeat 0 0;
    float:left;
    width:24px;
    height:17px;
    text-align:left;
    overflow:hidden;
    margin:2px 0 0;
}
.sorter .view-mode a.list {
    background-position:-24px 0;
    
}
.sorter .view-mode strong.list {
    background-position:-24px -29px;
}
.sorter .view-mode a.grid {
    background-position:0 0;
}
.sorter .view-mode strong.grid {
    background-position:0 -29px;
}
.sorter .view-mode a.list-fix {
    background-position:0 -58px;
}
.sorter .view-mode strong.list-fix {
    background-position:0 -87px;
}
.sorter .view-mode a.grid-fix {
    background-position:-24px -58px;
}
.sorter .view-mode strong.grid-fix {
    background-position:-24px -87px;
;
}
.sorter .sort-by {
    float:right;
    line-height:20px;
    color:#52789b;
    padding-right:6px;
}
.sorter .link-feed {
}
.toolbar .pager .limiter label {
    margin-right:-4px;
}
/* Toolbar */
.toolbar {
    clear:both;
    padding-right:13px;
    padding-top:11px;
}
.toolbar, .toolbar label {
}
.toolbar a, .toolbar-bottom a {
    text-decoration:none;
    cursor: pointer;
}
.toolbar .pager {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #dceaf7;
    margin:0 0 0;
    border-width:1px 0;
    padding:3px 2px 5px;
}
.toolbar-bottom {
    background: url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/boder-contact.png') left bottom no-repeat;
    padding-bottom:20px;
}
.toolbar-bottom .sorter {
    border:none;
}
/* Data Table */
.table-caption {
    /*
	border:1px solid #ddd;
	border-bottom:0;
	margin:-1px 0 0;
	background:#fff url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_block-title.gif) 0 100% repeat-x;
	font:14px/1.25 Arial, Helvetica, sans-serif;
	padding:3px 7px 4px;
	color:#444;*/

    background: url("https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/address-book.png") no-repeat scroll 0 0 transparent;
    color: #1060AB;
    cursor: default;
    font-size: 14px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin-top: 4px;
    padding: 5px 20px 2px;
    text-transform: capitalize;
}
.table-caption a {
    font-size:11px;
    text-transform:lowercase;
}
.data-table {
    border-bottom:0;
    border-collapse:separate;
    width:100%;
}
/* CREDIT CARD */
body.checkout-onepage-index div.Credit {
    display: block;
    width: 200px;
    height: 33px;
    padding: 3px;
    border: 1px solid #D9D9D9;
    background: #FFF url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/visa-mastercard.gif') no-repeat 50% 50%
}
#checkout-review-table {
    width:692px;
}
.data-table th {
    padding:5px 12px;
    font-weight:bold;
    white-space:nowrap;
    border-bottom: 1px dotted #92B1C5;
}
.checkout-cart-index .data-table th {
    
    font-family:arial;
    font-size:12px;
    text-transform:none;
    font-weight:normal;
    padding:19px 0 11px 0;
    white-space:nowrap;
}
.data-table td {
    padding:5px 12px;
    border-bottom: 1px dotted #92B1C5;
}
.checkout-cart-index .product-name a {
    
    text-decoration:none;
}
.data-table thead {
    font-size:11px;
}
.data-table tfoot td {
    padding: 5px 11px 17px 0;
}
.data-table tfoot th {
    border:none;
    text-transform:none;
}
.checkout-cart-index .page-title h1 {
    
    float: left !important;
    position:relative;
    top:16px;
}

.data-table tr.last th, .data-table tr.last td {
    border-bottom:1px solid #CCC;
}
.data-table tr.odd {
    background-color:#fff;
}
.checkout-cart-index .cart form {
    position:relative;
}
.data-table tbody.odd {
}
.data-table tbody.odd td {
    border-width:0 1px;
}
.data-table tbody.even {
    background-color:#f5f5f5;
}
.data-table tbody.even td {
    border-width:0 1px;
}
.data-table tbody.odd tr.border td, .data-table tbody.even tr.border td {
    border-bottom-width:1px;
}
.data-table th .tax-flag {
    white-space:nowrap;
    font-weight:normal;
}
.data-table td.label, .data-table th.label {
    font-weight:bold;
    text-transform:none;
}
.data-table td.value {
    float:none !important;
}
.data-table .link-rss {
    display:block;
}
.page-popup .data-table td, .page-popup .data-table th {
    border-bottom:1px solid #d9d9d9;
}
.page-popup .buttons-set .button {
    float:right;
}
/* 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(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_collapse.gif) 0 4px no-repeat;
    cursor:pointer;
}
tr.show-details .summary-collapse {
    background-position:0 -53px;
}
tr.show-details td {
}
tr.summary-details td {
    background-color:#ede9e6;
    font-size:12px;
    padding:5px !important;
}
tr.summary-details-first td {
}
tr.summary-details-excluded {
    font-style:italic;
}
/* Shopping cart tax info */
.cart-tax-info, .cart-tax-info .cart-price {
    display:block;
    padding-right:20px;
}
.cart-tax-total {
    display:block;
    padding-right:20px;
    background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_collapse.gif) 100% 3px no-repeat;
    cursor:pointer;
}
.cart-tax-total-expanded {
    background-position:100% -54px;
}
/* Links */
ul.links, ul.links li {
    display:inline;
}
ul.links li .separator {
    margin:0 2px 0 5px;
    font-size:10px;
    color:#8f8f8f;
}
ul.links li.last .separator {
    display:none;
}
/* Reward Points */
.rewards {
    margin:-10px 0 20px;
}
.reward-message {
    display:block;
    margin:5px -15px 5px -15px;
    background:#d55721 url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_rewards.gif) 5px 3px no-repeat;
    padding:3px 5px 3px 32px;
    font:normal 12px/20px Arial, Helvetica, sans-serif;
    color:#fff;
}
.reward-message p {
    display:inline;
    margin:0 !important;
}
.reward-message .limit {
    display:block;
    font-size:11px;
    line-height:1.15;
}
.reward-message a {
    color:#ffe6dc;
    text-decoration:underline;
}
.reward-message a:hover {
    color:#ffe6dc;
    text-decoration:none;
}
.reward-message .price {
    font-size:1em;
    font-weight:normal;
}
/* Reward Points types rewrites */
.reward-review, .reward-tag, .reward-checkout {
    margin:0;
}
/* Class: std - styles for admin-controlled content */
.std ul, .std ol, .std dl, .std address, .std blockquote, .std table {
    margin-bottom:14px;
}
.std ul {
    list-style:disc outside;
    padding-left:1.5em;
}
.std ol {
    list-style:decimal outside;
    padding-left:1.5em;
}
.std ul ul {
    list-style-type:circle;
}
.std ul ul, .std ol ol, .std ul ol, .std ol ul {
    margin:.5em 0;
}
.std dt {
    font-weight:bold;
}
.std dd {
    padding:0 0 0 1.5em;
}
.std blockquote {
    font-style:italic;
    padding:0 0 0 1.5em;
}
.std address {
    font-style:normal;
}
.std b, .std strong {
    font-weight:bold;
}
.std i, .std em {
    font-style:italic;
}
.std hr {
    margin:1.5em 0;
    color:#d9d9d9;
}
.std table {
    width:100%;
}
.std table thead {
    background:#e8e8e8;
}
.std table th {
    background:#e8e8e8;
    font-weight:bold;
}
.std table th, .std table td {
    padding:5px 10px;
    border:1px solid #d9d9d9;
}
ul.disc li {
    padding-left:10px;
    background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_bulletsm.gif) no-repeat 0 0.5em;
}
.std ul.disc li {
    padding-left:0;
    background:none;
}
/* Misc */
.link-rss {
    background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/icon_rss.gif) 100% 1px no-repeat;
    padding-right:18px;
    white-space:nowrap;
}
.link-rss:hover {
    color:#f58550;
}
.link-print {
    background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/icon_printer.gif) 0 1px no-repeat;
    padding:2px 0 2px 25px;
    white-space:nowrap;
}
.link-cart {
    font-size:11px;
    font-weight:bold;
    color:#c73615;
    text-decoration:underline;
}
.link-cart:hover {
    color:#c73615;
    text-decoration:none;
}
.data-table .btn-remove {
    display:block;
    margin:0 auto;
    width:20px;
    height:20px;
    font-size:0;
    line-height:0;
    background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/btn_remove.gif) 0 0 no-repeat;
    text-indent:-999em;
    overflow:hidden;
}
.data-table .btn-remove2 {
}
.cards-list dt {
    margin:5px 0 0;
}
.cards-list .offset {
    padding:2px 0 2px 20px;
}
.divider {
    background:	url(/media/hr-full-width.png);
    font-size:0;
    line-height:0;
    width:903px;
    height:21px;
    overflow:hidden;
}
/* Noscript Notice */
.noscript {
    border:1px solid #cfcfcf;
    border-width:0 0 1px;
    background:#ffff90;
    font-size:12px;
    line-height:1.25;
    text-align:center;
    color:#2f2f2f;
}
.noscript .noscript-inner {
    width:940px;
    margin:0 auto;
    padding:12px 0 12px;
    background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/i_notice.gif) 20px 50% no-repeat;
}
.noscript p {
    margin:0;
}
/* Demo Notice */
.demo-notice {
    margin:0;
    padding:6px 10px;
    background:#d75f07;
    font-size:12px;
    line-height:1.15;
    text-align:center;
    color:#fff;
}
/* ======================================================================================= */


/* Header ================================================================================ */
.branding {
    position:absolute;
    left:-2px;
    height:110px;
    width:185px;
}
.logo {
    float:left;
}
.free-shipping {
    float:left;
    margin:15px 0 0 10px;
    display:inline;
}
.header-container {
    margin:0 0 13px;
    text-align:left;
    position:relative;
    /*z-index:10;*/
}
.header {
    padding:0 0 0px;
    height:110px;
    position:relative;
    z-index:5;
    width:940px;
}
.header .logo {
    text-decoration:none !important;
}
.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 {
}
.header-top-links {
    float:right;
    width: 735px;
    position: relative
}
.header-top-links .header-links {
    margin-top:55px;
    float:left
}
.header-top-links .welcome {
    color:#A4B8C3;
    right:307px;
    position:absolute;
    top:18px;
    text-align:right;
}
.welcome div {
    display:inline;
}
.header-top-links .welcome a span {
    font-size:12px;
    font-weight:normal;
}
.header-top-links .welcome a {
    margin-left:3px;
    padding-left:2px
}
.header-top-links .header-links li {
    float:left;
    height:22px;
    display:inline;
    border-right:1px solid #bed4e8
}
.header-top-links .header-links li.find-store {
    border:none;
    background: url("https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/finder-store.gif") no-repeat scroll left top transparent;
    margin-left: 5px;
    padding-left: 6px;
}
.header-top-links .header-links li a {
    padding:11px
}
.top-cart-container {
    width:275px;
    float:right;
    position: relative;
    right:-2px
}
.header .quick-access {

}
.header .quick-access ul {
    width:70px;
    float:left;
    margin-top:12px;
    padding-left:10px;
    border-left:1px solid #d2dce7;
    line-height:15px
}
.header .quick-access ul li {
    border-top:1px solid #d2dce7;
}
.header .quick-access ul .first {
    border:none
}
.header .quick-access ul li a {
    font-size:10px
}
.header .quick-access .checkout-link li {
    font-weight:bold;
    padding:0 0 0 12px;
    background-position:6px 4px;
}
.header .quick-access .cart-link li {
    font-weight:bold;
    padding:0 0 0 0px;
    background:none;
}
.header .slogan {
    float:right;
    clear:both;
    font-size:13px;
    color:#4586c3;
    width: 326px;
    font-family: HelveticaNeueLightExt, Arial;
    text-align:right;
}
.header .slogan span {
    color:#325da4;
    font-size:15px;
    line-height:36px;
    text-align: right;
    font-weight: bold;
    font-family:HelveticaNeueLightExt, arial
}
#invitation-send-link {
    background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_sep.gif) no-repeat 100% 50%;
    padding:0 6px 0 0;
    margin:0 4px 0 0;
    font-weight:bold;
}
#invitation-send-link a {
    background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_invitation-link.gif) no-repeat 3px 6px;
    padding-left:23px;
    display:inline-block;
}
#invitation-send-link a, x:-moz-any-link {
    background-position:3px -2px;
}/* FireFox 2 fix */
#invitation-send-link a, x:-moz-any-link, x:default {
    background-position:3px 6px;
}/* FireFox 3 restore */
.header-panel {
    text-align:center;
    z-index:994;
    background:#fff url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_header-panel-bg.gif) repeat-x 0 100%; /* border-bottom:1px solid #c8c8c8; */ /* height:28px; */
    line-height:28px;
    padding:0 0 0 11px;
}
.header-panel .welcome-msg {
    font-weight:bold;
    display:inline;
    float:left;
    line-height:28px;
    margin-right:5px;
}
.header-panel .links {
    float:left;
    line-height:28px;
    margin-right:11px;
    white-space:nowrap;
}
.header-panel .links li a {
    color:#1e75b4;
}
.header-panel .links li a:hover {
    color:#d33911;
}
.switches {
    float:right;
    background:#fff url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_header-panel-bg.gif) repeat-x 0 100%;
    padding:0 0 1px 0;
}
.switch {
    line-height:28px;
    margin-left:-1px;
    margin-right:0;
    display:inline;
    float:left;
    /*background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_header-panel.gif) no-repeat 0 -29px;*/
    padding-left:13px;
}
.switch label {
    font-weight:normal;
    margin-right:0;
    float:left;
}
.switch .switch-wrapper {
    float:left;
    position:relative;
    z-index:1;
    padding-left:7px;
    padding-right:11px;
}
.switch strong.current {
    font-weight:normal;
}
.switch .separator {
    margin:0 2px;
    font-size:10px;
    color:#8f8f8f;
}
.switch .switcher {
    color:#1e75b4;
    cursor:pointer;
    /*background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_header-panel.gif) no-repeat 100% -73px;*/
    padding:0 10px 0 0;
    margin:0 3px 0 1px;
}
.switch ul {
    position:absolute;
    min-width:100%;
    text-align:left;
    top:0;
    left:0;
    float:left;
    line-height:16px;
    padding:0 0 0 0;
    border-top:0;
}
.switch ul li {
    vertical-align:top;
    display:block;
    white-space:nowrap;
    border:1px solid #c8c8c8;
    border-top:0;
}
.switch ul li a {
    white-space:nowrap;
    display:block;
    background:#f2f2f2;
    padding:4px 6px;
    color:#1e75b4;
    text-decoration:none;
}
.switch ul li a:hover {
    color:#d33911;
    background:#f8f8f8;
}
.switch ul .current {
    line-height:28px;
    border:0;
    cursor:default;
    padding:0 7px;
    visibility:hidden; /* background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_header-panel.gif) repeat-x 0 0; */
}
.switch ul .current span {
    padding-right:20px;
    /*background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_close.gif) no-repeat 100% 1px;*/
}
.switch .faded {
    color:#8f8f8f;
}
.switch .faded li {
    border-color:#e6e6e6;
    background-color:#f6f6f6;
}
.switch .faded a {
    color:#9ac1dd;
}
.switch ul, x:-moz-any-link {
    width:100%;
}/* FireFox 2 fix */
.switch ul, x:-moz-any-link, x:default {
    width:auto;
}/* FireFox 3 restore */
.list-opened {
    background-position:100% -129px !important;
    color:#d33911 !important;
}
.header .form-search {
    float:right;
    clear:right;
    padding:5px 0 0;
    white-space:nowrap;
}
.header .form-search label {
    display:none;
}
.header .form-search input.input-text {
    background:#fff url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_search-input.gif) no-repeat 0 0;
    padding-left:23px;
    width:185px;
}
.header .form-search a {
    display:none;
}
.header .form-search button.button {
    margin:0 0 0 2px;
}
.form-search .search-autocomplete {
    z-index:999;
    position:relative;
    top:0;
    left:0;
    height:0;
    overflow:visible;
}
.form-search .search-autocomplete ul {
    border:1px solid #e0e9ef;
    border-top:none;
    width:171px;
    background-color:#fff;
    position:absolute;
    font-weight:normal;
}
.ie .form-search .search-autocomplete ul {
    width:175px;
    margin-left:-4px
}
.ie7 .form-search .search-autocomplete ul, .ie8 .form-search .search-autocomplete ul {
    width:169px;
    margin-left:2px;
}
.form-search .search-autocomplete li {
    padding:4px 6px 4px 10px;
    font-size:12px;
    cursor:pointer;
    /* background: url("https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/filter-list-item.gif") no-repeat scroll 90% center transparent; */
    border-bottom:1px dotted #A5BAC8;
}
.form-search .search-autocomplete li .amount {
    float:left;
    clear:both;
    font-weight:normal;
    width:100%;
    font-size:10px;
}
.form-search .search-autocomplete .amount::after {
    content: " results found";
}
.form-search .search-autocomplete li.selected {
}
.form-search .search-autocomplete li.last {
    border-bottom: none;
}
.form-search #search_autocomplete {
    position:absolute !important;
    left:759px !important;
    top:148px !important;
}
/********** < Navigation */
.nav-container {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:transparent url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bg-tr.png) repeat-x scroll 0 0;
    display:block;
    float:left;
    font-family:Verdana;
    font-size:14px;
    font-weight:bold;
    height:49px;
    margin:0 auto 9px;
    width:940px;
    border-left:1px solid #DFE8EF;
    border-right:1px solid #DFE8EF;
}
#nav {
    float:left;
}
/* All Levels */
#nav li.over {
    z-index:990 !important;
}
#nav li.parent {
    position:relative;
}
#nav li a span {
    cursor:pointer;
}
/* 1st Level (Top Level) */
#nav li.level-top {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:transparent url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/link-nav.png) no-repeat scroll right center;
    float:left;
    height:35px;
    padding-top:16px;
    position:relative;
    z-index:1;
}
#nav a.level-top {
    color:#333333;
    float:left;
    font-size:13px;
    font-weight:bold;
    height:19px;
    line-height:19px;
    padding:0 0 0 24px;
    text-decoration:none !important;
}
#nav li.last a {
    background:transparent none repeat scroll 0 50%;
}
#nav a.level-top span {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:transparent url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_nav-item-border.gif) no-repeat scroll 100% 0;
    
    float:left;
    font-family:arial;
    font-size:14px;
    font-weight:bold;
    padding:0 12px 0 0;
    text-transform:uppercase;
    white-space:nowrap;
}
#nav li.over a.level-top, #nav li.active a.level-top {
    line-height:20px;
}
#nav li.over a.level-top {
    height:30px;
    line-height:30px;
    position:relative;
    z-index:2;
}
#nav li.over a.level-top span {
    line-height:19px;
}
/* 2nd Level */
#nav ul, #nav div {
    position:absolute;
    width:13.5em;
    top:49px;
    left:-10000px;
    background:#fbfbfb;
    padding:5px 11px 10px;
    border:1px solid #aeaeae;
    border-top:0;
}
#nav div ul {
    position:static;
    width:auto;
    background:none;
    padding:0;
    border:0 !important;
}
#nav ul li {
    float:none;
    height:auto;
    display:block;
    border-bottom:1px solid #e2e2e2;
}
#nav ul li.last {
    border-bottom:0;
}
#nav ul li.parent {
    background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_parent.gif) 100% 50% no-repeat;
}
#nav ul li a {
    display:block;
    font-size:12px;
    line-height:1.2;
    padding:5px 4px;
    text-decoration:none !important;
    color:#444;
}
#nav ul li.last > a {
    padding-bottom:0;
}
#nav ul li a:hover {
    color:#d02600;
}
#nav ul li a span {
}
#nav ul li.over a.over {
    color:#d02600;
}
#nav ul li.active > a {
    color:#d02600;
}
/* 3rd+ Level */
#nav ul ul, #nav ul div {
    top:7px;
    border-top:1px solid #aeaeae;
}
/* Show Menu */
#nav li .shown-sub {
    left:-1px;
    z-index:991;
}
#nav li .shown-sub .shown-sub {
    left:100px;
}
/********** Navigation > */
/* ======================================================================================= */

.ie7 #search, .ie8 #search {
    padding-top:8px !important;
}

/********** Links After Navigation */
.guide-block {
    clear:both;
    float: left;
    width: 934px;
}
.guide-block ul li {
    float:left;
    border-right:1px solid #BFD4E8;
    font-size: 12px;
}
.guide-block ul li a {
    padding:10px 7px
}
.guide-block ul li.last {
    border-right:medium none;
}
.guide-block .right {
    float: right !important;
    font-family: HelveticaNeueLightExt, Arial;
    font-size:13px;
    color:#0055a5 !important
}
.guide-block .right strong {
    font-family: HelveticaCdMed, arial;
}
/* Generic Block */
.sidebar .block {
    padding:0px 45px 25px 0px;
}
.sidebar .block .block-title strong {
    display:block;
    font:18px/1.25 Arial, Helvetica, sans-serif;
    padding:0;
    
}
.sidebar .block .block-title strong small {
    font-size:12px;
    color:#777;
}
.sidebar .block .block-subtitle, .sidebar .block h3 {
    font-size:1em;
    font-weight:bold;
    color:#555;
}
.sidebar .block .block-content {
    color:#555;
}
.sidebar .block .btn-remove {
    color:#222;
    margin-right:3px;
}
.sidebar .block .btn-remove a {
}
.sidebar .block .actions {
    margin:8px 0 0;
    text-align:right;
}
.sidebar .block .actions a {
    float:left;
    color:#999;
    margin-top:3px;
}
.sidebar .block .actions button.button {
    float:right;
}
.col-main .block {
    background:#fff;
}
.col-main .block .block-title {
    background: url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/border-top-product.png) repeat-x 0 0;
    padding:5px 20px 5px;
    margin:0 -1px;
    height: 15px;
}
.col-main .block .block-title h2, .col-main .block .block-title h3 {
    font-size:14px;
    line-height:1.2;
    color:#000333;
    font-weight:bold;
}
.col-main .block .block-content {
    padding:20px;
}
.catalog-product-view .block-shipping-estimate .block-title {
}
.catalog-product-view .block-subtitle {
    
    font-family: arial;
    padding-bottom: 8px;
    font-size: 14px;
    margin: 0 -1px;
    padding-left:13px;
    font-weight: bold;
}
/* Block: Events */
.event {
    background-color:#fbf4de;
    border-bottom:1px solid #e2d4c7;
    width:182px;
    position:static;
    height:144px;
    text-align:center;
}
.event .status {
    font-weight:normal;
    font-size:16px;
    display:block;
    padding:19px 0 0;
    margin:0 0 0;
    text-align:center;
    color:#cf3a00;
}
.event .event-ticker {
    color:#cf3a00;
    height:55px;
}
.event .event-ticker span {
    font-size:32px;
    line-height:40px;
    height:40px;
    padding-bottom:10px;
    background-image:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_ticker.gif);
    background-repeat:no-repeat;
    display:inline-block;
}
.event .event-ticker span, x:-moz-any-link {
    padding-bottom:13px;
}/* FireFox 2 fix */
.event .event-ticker span, x:-moz-any-link, x:default {
    padding-bottom:10px;
}/* FireFox 3 restore */
.event .event-ticker span.days {
    background-position:50% 3px;
}
.event .event-ticker span.hour {
    background-position:50% -56px;
}
.event .event-ticker span.minute {
    background-position:50% -115px;
}
.event .event-ticker span.second {
    background-position:50% -174px;
}
.event .event-ticker span.delimiter {
    background:none;
}
.event .event-dates {
    font-size:14px;
    color:#555;
    height:51px;
    padding-top:4px;
}
.event .event-dates .date-part {
    font-weight:bold;
}
.event .event-dates .time-part {
    font-size:12px;
}
.col-main .event .event-button {
    background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_btn-co.gif) 0 50% no-repeat;
    line-height:27px !important;
    height:27px !important;
    padding:0 0 0 13px !important;
    vertical-align:middle;
}
.col-main .event .event-button span {
    width:121px;
    text-align:center;
    background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_btn-co.gif) 100% 50% no-repeat;
    padding:0 13px 0 0 !important;
    color:#fff;
    font:bold 15px/27px Arial, Helvetica, sans-serif !important;
    height:27px !important;
    text-transform:none;
}
.event p a {
    color:#666;
    font-size:11px;
}
.event .event-bottom {
    background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_slider-events.gif) no-repeat 50% 0;
    position:absolute;
    z-index:2;
    height:12px;
    width:23px;
    left:50%;
    margin-left:-11px;
    bottom:-12px;
}
.open .event-button span {
}
.upcoming {
    background:#f6f6f6;
}
.upcoming .status {
    color:#333;
}
.closed .event-button, .col-main .closed .event-button, .col-main .upcoming .event-button, .upcoming .event-button, .closed .event-button span, .col-main .closed .event-button span, .col-main .upcoming .event-button span, .upcoming .event-button span {
    line-height:27px !important;
    font-size:12px !important;
    color:#7c7b7b !important;
    background:none !important;
    padding:0 !important;
    width:auto !important;
    display:inline !important;
    text-transform:capitalize;
}
.upcoming .event-button {
    text-decoration:underline !important;
}
.upcoming .event-button:hover {
    text-decoration:none !important;
}
.upcoming p a {
    color:#666;
}
.upcoming .event-bottom {
    background-position:50% -187px;
}
.closed {
    background:#494949;
}
.closed .status, .closed .event-dates {
    color:#e2d4c7
}
.closed .event-button {
}
.event-container {
    clear:both;
    border:1px solid #d0af83;
    position:relative;
    z-index:2;
    border-width:1px 1px;
    margin-top:7px;
    margin-bottom:-5px;
    height:59px;
}
.event-container .event {
    background-color:transparent;
    background-repeat:no-repeat;
    background-position:50% 100%;
    padding-bottom:18px;
    margin-bottom:-18px;
    padding-top:5px;
    height:52px;
    line-height:50px;
    text-align:center;
    width:auto;
    position:relative;
    z-index:2;
    border-bottom:0 !important;
}
.event-container .container {
    display:inline;
    margin:0;
    padding:0;
    background:none;
}
.event-container .status {
    display:inline;
    margin:0 10px 0 0;
    background:none;
    font-size:22px;
}
.event-container .event-ticker {
    display:inline;
    font-size:28px;
    height:auto;
}
.event-container .event-ticker span {
    line-height:50px;
    height:50px;
    padding:0;
}
.event-container .event-ticker span, x:-moz-any-link {
    padding:5px 0 5px;
}/* FireFox 2 fix */
.event-container .event-ticker span, x:-moz-any-link, x:default {
    padding:0;
}/* FireFox 3 restore */
.event-container .event .event-ticker span.days {
    background-position:50% 4px;
}
.event-container .event .event-ticker span.hour {
    background-position:50% -55px;
}
.event-container .event .event-ticker span.minute {
    background-position:50% -114px;
}
.event-container .event .event-ticker span.second {
    background-position:50% -173px;
}
.event-container .event-dates {
    display:inline;
    font-size:22px;
    height:auto;
}
.event-container .event-dates .time-part {
    font-size:14px;
}
.event-container .event-dates div, .event-container .event-dates p {
    display:inline;
}
.container-open {
    background:#f7d4b6 url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_event-container-open.gif) repeat-x 0 0;
}
.container-open .open {
    background-image:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_event-container-open.gif);
    padding-top:3px;
    height:54px;
}
.container-upcoming {
    border-color:#d0d0d0;
    background:#eeeeee url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_event-container-upcoming.gif) repeat-x 0 0;
}
.container-upcoming .upcoming {
    background-image:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_event-container-upcoming.gif);
}
.container-closed {
    background:#9f958c
}
/* Block: Events Lister */
.col3-layout .col-main .widget-events {
    margin:0 -20px 1px;
    position:relative;
    z-index:1;
}
.widget-events {
    padding:11px;
    background:#f0eae3;
}
.col1-layout .col-main .widget-events {
    padding:12px;
}
.events-slider {
    position:relative;
    clear:both;
    margin:0 0 0;
    border:1px solid #d0c2b6;
    z-index:2;
}
.events-slider .slider-panel, .events-slider ul.slider li.slider-item, .events-slider .slide-button {
    float:left;
    display:inline;
}
.events-slider .event {
    position:relative;
    z-index:1;
}
.events-slider .slider-panel {
    position:relative;
    overflow:hidden;
    background:#d0c2b6;
    z-index:1;
    width:0;
}
.events-slider ul.slider {
    width:200000px;
}
.events-slider ul.slider li.slider-item {
    overflow:hidden;
    width:182px;
    height:386px;
    border-right:1px solid #d0c2b6;
    background:#f5f5f5 url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_block.gif) repeat-x 0 0;
    padding-left:0;
}
.events-slider ul.slider li.slider-item .category-name {
    font-size:16px;
    font-weight:normal;
    color:#454343;
    display:block;
    padding:80px 10px 0;
}
.events-slider ul.slider li.slider-item .category-show {
    width:182px;
    height:241px;
    background:#fff url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_category-info.gif) repeat-x 0 100%;
    overflow:hidden;
    text-align:center;
    display:block;
    text-decoration:none;
}
.events-slider ul.slider li.slider-item .no-event {
    height:401px;
}
.events-slider .slide-button {
    background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_slide-button.gif) no-repeat 0 0;
    position:absolute;
    text-indent:-999em;
    cursor:pointer;
    top:17px;
    width:28px;
    height:28px;
    z-index:2;
    overflow:hidden;
}
.events-slider .backward {
    left:-11px;
}
.events-slider .forward {
    right:-11px;
    background-position:0 -40px;
}
.events-slider .inactive {
    cursor:default;
    display:none;
}
.sidebar .widget-events {
    background:none;
    padding:0;
}
.sidebar .events-slider {
    border:1px solid #cfcfcf;
    margin:-1px -1px 0;
    background:#fff;
    padding:0;
}
.sidebar .events-slider .event {
    height:115px;
}
.sidebar .events-slider ul.slider li.slider-item {
    width:182px;
    height:300px;
    margin:0;
    border-color:#cfcfcf;
    border-width:0 1px 0 0;
}
.sidebar .events-slider ul.slider .status {
    padding-top:10px;
    padding-bottom:5px;
}
.sidebar .events-slider ul.slider .event-dates {
    height:40px;
}
.sidebar .events-slider ul.slider li.slider-item .category-name {
    font-size:16px;
    font-weight:normal;
    color:#454343;
    display:block;
    padding:50px 10px 0;
}
.sidebar .events-slider ul.slider li.slider-item .category-show {
    height:241px;
    background:#fff url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_category-info.gif) repeat-x 0 100%;
}
.sidebar .events-slider {
    margin-top:-1px;
}
.sidebar .events-slider .backward {
    left:3px;
    top:6px;
}
.sidebar .events-slider .forward {
    right:3px;
    top:6px;
}
.sidebar .events-slider .event-ticker {
    height:45px;
}
.sidebar .events-slider .event-ticker span {
    font-size:22px;
    line-height:28px;
    height:28px;
    padding-bottom:10px;
    background-image:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_ticker1.gif);
    background-repeat:no-repeat;
    display:inline-block;
}
.sidebar .events-slider .event-ticker span.days {
    background-position:50% -10px;
}
.sidebar .events-slider .event-ticker span.hour {
    background-position:50% -69px;
}
.sidebar .events-slider .event-ticker span.minute {
    background-position:50% -128px;
}
.sidebar .events-slider .event-ticker span.second {
    background-position:50% -185px;
}
/* Sidebar =============================================================================== */
.sidebar .callout {
    display:block;
    margin:10px 0;
}
/* Generic box */
.customer-account-index .col-1 .info-box {
    margin-top:-1px;
    position:relative;
    z-index:1;
}
.info-box {
    margin-top:-1px;
    position:relative;
    z-index:1;
}
.info-box .box-title {
    -x-system-font:none;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
    line-height:1.25;
    margin:17px 17px 0;
    padding:0;
}
.info-box .box-title a {
    font-size:11px;
    font-weight:normal;
}
.info-box .box-content {
    padding:10px 17px 17px;
    color:#555;
}
.info-table th {
    font-weight:bold;
    padding:2px 15px 2px 0;
}
.info-table td {
    padding:2px 0;
}
/* Block: Account */
.sidebar .block-account {
}
.sidebar .block-account .block-title {
    padding: 0 17px 12px 0;
}
.sidebar .block-account .block-title strong {
    font-size:18px;
    line-height:23px;
    
    font-family:HelveticaCdMed, Arial, sans-serif;
}
.sidebar .block-account .block-content {
    padding:0;
}
.sidebar .block-account li {
    width: 183px;
}
.sidebar .block-account li a {
    text-decoration:none;
    display:block;
}
.sidebar .block-account li a:hover {
    text-decoration:none;
}
.sidebar .block-account li.current {
}
.sidebar .block-account li.last {
    border-bottom:0;
    background-image:none;
}
/* Block: Layered Navigation */
.sidebar .block-layered-nav {
    background:none;
}
.sidebar .block-layered-nav .block-title {
}
.sidebar .block-layered-nav .block-title h2 {
    font-size:18px;
    color:#111;
}
.sidebar .block-layered-nav .block-subtitle {
    display:none;
}
.sidebar .block-layered-nav .expanded-category {
    background: url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/filter-title-expanded.gif') center left no-repeat !important;
}
.sidebar .block-layered-nav dt {
    margin:2px 0 0;
    font-size:14px;
    
    font-family: HelveticaNeueLightExt, Arial;
    padding:0px 0px 2px 15px;
    background: url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/filter-title.gif') center left no-repeat
}
/*.sidebar .block-layered-nav dt span {background: url("https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/filter-list-back.gif") no-repeat scroll left bottom transparent}*/
.sidebar .block-layered-nav dd {
    margin:0 0 13px;
    color:#666;
}
.sidebar .block-layered-nav dd.last {
    margin:0;
}
.sidebar .block-layered-nav dd ol {
    background: url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/filter-list-back.gif') top left no-repeat;
    padding-top:5px
}
.sidebar .block-layered-nav dd li {
    
    border-bottom:1px dotted #a5bac8;
    padding:2px 15px 2px 0px;
    overflow:hidden;
    background: url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/filter-list-item.gif') right center no-repeat;
    font-size: 12px;
}
.sidebar .block-layered-nav dd a {
}
.sidebar .block-layered-nav dd a:hover {
    text-decoration:underline;
}
.sidebar .block-layered-nav .currently {
    padding:0 5px 0 8px;
    margin-bottom:-1px;
}
.block-layered-nav .main-top-corner {
    margin-top:8px
}
.block-layered-nav .main-bottom-corner {
    margin-bottom:8px
}
.sidebar .block-layered-nav .currently .block-subtitle {
    display:block;
}
.sidebar .block-layered-nav .currently li {
    font-weight:bold;
    padding:5px 0;
    background: url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/current-item-back.gif') top right no-repeat
}
.sidebar .block-layered-nav .currently .label {
}
.sidebar .block-layered-nav .actions {
    text-align:left;
    padding-right:7px;
    display:none
}
.sub-category-nav dt {
    background: url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/filter-category-title.gif') center left no-repeat !important
}
.tips-nav ol li {
    background:none !important
}
/* Block: Cart */
.sidebar .block-cart .block-title {
    background:#363636;
    padding:7px 17px;
}
.sidebar .block-cart .block-title strong {
    font-weight:bold;
    color:#fff;
}
.sidebar .block-cart .summary {
    margin:0 -17px;
    padding:0 12px 5px;
    background:#363636;
    color:#fff;
    text-align:center;
    position:relative;
    z-index:1;
}
.sidebar .block-cart .summary a {
    font-weight:bold;
    color:#fff;
}
.sidebar .block-cart .summary .subtotal {
    margin:3px 0 0;
}
.sidebar .block-cart .summary .subtotal .price {
    font-weight:bold;
}
.sidebar .block-cart .actions {
    margin:8px 0 13px;
    text-align:center;
}
.sidebar .block-cart .actions button.button {
    float:none;
}
.sidebar .block-cart .block-content {
    padding-top:0;
}
.sidebar .block-cart .block-content table {
    margin:5px 0 0 0;
}
.sidebar .block-cart .block-content table th {
    padding:1px 5px 1px 0;
    color:#8f8f8f;
    text-align:right;
}
.sidebar .block-cart .block-content table td {
    text-align:left;
    padding:1px 0;
}
.sidebar .block-cart li a.btn-remove {
    float:none;
    background:none;
    margin:0;
    padding:0;
    width:auto;
    height:auto;
    overflow:visible;
}
.mini-products-list li.item {
    padding:5px 0;
}
.mini-products-list li.last {
}
.mini-products-list li.last {
    border:none;
}
.mini-products-list .product-image {
    float:left;
    width:50px;
    margin-right:-50px;
}
.mini-products-list .product-details {
    margin-left:65px;
}
.sidebar .mini-products-list .product-details {
    margin-left:57px;
}
.mini-products-list .product-details .product-name {
    float:left;
    width:152px;
}
.mini-products-list .product-details .price-box {
    margin:5px 0;
}
.mini-products-list .product-details h4 {
}
.mini-products-list .product-details .btn-remove {
    font-size:11px;
}
.sidebar .mini-products-images-list li.item {
    float:left;
    padding:5px;
    text-align:center;
}
.block-products .mini-products-list .product-details {
    margin-left:65px;
}
/* Top Shopping Cart */
.top-cart {
    float:left;
    width:162px;
    height: 55px
}
.top-cart .block-title {
    white-space:nowrap;
    cursor: pointer;
    
    margin-top:/*17px*/12px;
    /*height: 36px;*/
    padding-left: 17px;
    overflow:hidden;
    background: url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/cart.gif') top left no-repeat;
}
.top-cart-waiting {
    background: url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/wait30trans.gif') top left no-repeat !important;
}
#top-cart-waiting {
    background: url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/wait30trans.gif') top left no-repeat !important;
}
.top-cart .block-title span {
    float:left;
    font-size:30px;
    line-height: 30px;
    font-weight:bolder;
    margin: 1px 0px 0px 22px;
    height:36px;
}
.top-cart .block-title div {
    width:80px;
    float:right;
    font-weight: normal;
    line-height: 12px;
    background: url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/show-cart.gif') right 15px/*right*/ no-repeat;
    margin:0 0 0 0;
}
.top-cart .block-title.expanded {
}
.top-cart .block-title.expanded strong {
}
.top-cart-bottom {
    width:275px;
    height:12px;
    background: url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/cart-bottom-corner.gif') top left no-repeat
}
/* .top-cart .no-items { cursor:default; }
.top-cart .no-items h3 { background:none; } */
.top-cart .block-content {
    position:absolute;
    right:0;
    top:63px;
    width: 342px;
    background:transparent;
}
.top-cart .inner-wrapper {
    border:1px solid #DFE8EE;
    border-top:none;
    border-bottom:none;
    background:#fff;
    width: 273px;
}
.top-cart .block-content .block-subtitle {
    font-size:10px;
    color:#d12c01;
    font-weight:bold;
    text-transform:uppercase;
    /*background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_header-panel.gif) repeat-x 0 -8px;*/
    line-height:12px;
    padding:3px 10px 4px;
}
.top-cart .block-content .block-subtitle .close-btn {
    float:right;
    width:13px;
    height:0;
    padding-top:12px;
    text-align:left;
    overflow:hidden;
    cursor:pointer;
    /*background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_close.gif) no-repeat 0 0;*/
    position:relative;
    z-index:1;
}
.top-cart .cart-empty .close-btn {
    float:right;
    width:13px;
    height:0;
    padding-top:12px;
    text-align:left;
    overflow:hidden;
    cursor:pointer;
    /*background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_close.gif) no-repeat 0 0;*/
    position:relative;
    z-index:1;
}
.top-cart .cart-empty {
    padding:10px 10px 10px 20px;
}
.top-cart .block-content ol {
    padding-bottom:7px;
}
.top-cart .block-content .item {
    padding: 8px 5px 8px 0;
}
#topCartContent .top-cart .block-content .item {
}
.top-cart .block-content .item .product-name {
}
.top-cart .block-content .item .product-name a {
    text-decoration:none;
}
.top-cart .block-content table {
    margin:5px 0 0 0;
}
.top-cart .block-content table th {
    padding:1px 8px;
    color:#8f8f8f;
    text-align:right;
}
.top-cart .block-content table td {
    text-align:left;
    padding:1px 0;
}
.top-cart .block-content .subtotal {
    background:#fff url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_dots.gif) repeat-x 0 0;
    padding: 0 5px;
    text-align:center;
}
.top-cart .actions {
    text-align:center;
    padding: 12px 11px 5px;
    text-align:right;
    clear: both;
    border-top: 1px solid #D6E1EA;
}
.top-cart .actions a {
    float:left;
    line-height:17px;
}
.top-cart .actions button {
    float:left;
    background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/btn-checkout.png);
    height: 24px;
    width: 90px;
}
#topCartContent .inner-wrapper .top-cart .actions button {
}
.top-cart .actions button.button span, .top-cart .actions button.button span span {
    background-image:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_btn-onbg.gif);
    background-repeat:no-repeat;
}
.top-cart .paypal-logo a {
    float:right;
}
.top-cart .paypal-logo .paypal-or {
    clear:both;
    display:block;
    margin: 5px 33px 5px 0px;
}
/* Block: Wishlist */
.block-wishlist {
}
/* Block: Compare Products */
.block-compare li {
}
/* Block: List */
.block-list .block-content ol {
    margin:-5px -13px;
}
.block-list li.item {
    padding:5px 10px 5px 13px;
}
.block-list .actions {
    padding:5px 0 0;
}
.sidebar .block-list .product-name {
    font:normal 11px/1.25 Arial, Helvetica, sans-serif;
    color:#444;
}
.sidebar .block-list .product-name a {
    color:#444;
}
/* Block: Poll */
.block-poll li {
    margin:5px 0;
}
.block-poll input.radio {
    float:left;
    margin:1px -18px 0 0;
    vertical-align:top;
}
.block-poll .label {
    display:block;
    margin-left:18px;
}
.block-poll .answer {
}
.block-poll .votes {
    float:right;
    font-weight:bold;
    margin-left:10px;
}
/* Block: Tags */
.block-tags ul, .block-tags li {
    display:inline;
}
/* Block: Subscribe */
.block-subscribe {
}
/* Block: Reorder */
.block-reorder li {
    padding:5px 0;
}
.block-reorder input.checkbox {
    float:left;
    margin:3px -20px 0 0;
}
.block-reorder .product-name {
    margin-left:20px;
    font-size:11px;
    font-weight:normal;
}
/* Block: Banner */
.block-banner {
}
.block-banner .block-content {
    text-align:center;
    padding: 0 !important;
}
.block-banner .block-content img {
    border-top:1px solid #d4e0e8;
    width:222px;
    float:left;
}
.top-container .block-banner {
    background:#d0d0d0;
    margin:0;
}
/* Paypal */
.sidebar .paypal-logo {
    display:block;
    margin:10px 0;
    text-align:center;
}
/* ======================================================================================= */


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


/* Category Page ========================================================================= */
.category-view {
}
.category-title {
    margin-bottom:0;
    border-bottom:0;
    text-align:left;
    background: url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/category-title-back.gif) bottom left no-repeat
}
.category-title .rss-feed {
    float:right;
    margin:7px 0 0;
    padding-left:17px;
    line-height:12px;
    background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/icon_rss.gif) 0 0 no-repeat;
    white-space:nowrap;
    text-decoration:none;
}
.category-title .rss-feed:hover {
    text-decoration:underline;
}
.category-view .note-msg, .category-description {
    padding:0 10px 0 0;
}
/*.results-view { margin:0 -20px -20px; }*/
.results-view .recommendations {
    padding:20px 20px 0;
}
.catalogsearch-result-index .page-title {
    margin-bottom:0;
}
.catalogsearch-result-index .note-msg {
    margin:20px 0;
}
.sidebar .category-title {
    margin:0;
}
.category-image {
    text-align:center;
    margin:0 0 1px;
}
.category-image img {
    display:block;
    margin:0 auto;
}
.category-products {
    padding:25px 0 0;
}
.category-products .price-box {
    font-size:12px;
}
/* View Type: Grid */
.products-grid {
    margin-bottom:35px !important;
    clear:both
}
.products-grid .product-image {
    display:inline;
}
.products-grid .product-image img {
    z-index:1;
}
.products-grid li.last {
    margin-right:0;
    background:none
}
.products-grid .actions {
}
.products-grid .product-image {
    text-decoration:none !important;
    margin:0 auto 10px;
    position:relative;
    width:135px;
    top: 0;
    left: 0;
}
.products-grid .product-name {
    margin-bottom:7px;
}
.products-grid .ratings {
    text-align:left;
    line-height:13px;
}
.products-grid .rating-links {
    display:block;
    padding:2px 0 0;
    clear:both;
}
.products-grid .price-box {
    margin:5px 0 10px;
    clear:both;
}
/* View Type: List */
.products-list li.item {
    margin:0 0 20px 0;
    padding:0 20px 20px 20px;
    background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_dots.gif) repeat-x 0 100%;
}
.products-list li.last {
    background-image:none;
}
.products-list .product-image {
    float:left;
    margin-right:-186px;
    text-decoration:none !important;
    position:relative;
}
.products-list .product-shop {
    margin-left:186px;
}
.products-list .product-name {
    margin-bottom:5px;
}
.products-list .price-box {
    margin:5px 0 10px;
}
.products-list .desc {
    margin:5px 0 10px;
    font-size:12px;
    clear:both;
}
.products-list .desc .link-learn {
    white-space:nowrap;
}
.products-grid .special-price, .products-list .special-price {
    font-size:12px;
}
/* ======================================================================================= */


/* Product View ========================================================================== */
.catalog-product-view .col1-layout .col-main {
    padding-top:0;
    padding-left: 0px
}
.col2-left-layout .product-view, .col2-right-layout .product-view {
    background:none;
    width:755px;
}
.col2-left-layout .product-view .product-shop, .col2-left-layout .product-view .product-collateral, .col2-right-layout .product-view .product-shop, .col2-right-layout .product-view .product-collateral {
    float:none;
    width:695px;
}
.col2-left-layout .product-view .product-img-box, .col2-right-layout .product-view .product-img-box {
    float:none;
    width:auto;
}
.col2-left-layout .product-view .product-img-box .product-image, .col2-right-layout .product-view .product-img-box .product-image {
    margin:0 auto;
}
.col3-layout .product-view {
    background:none;
    width:572px;
}
.col3-layout .product-view .product-shop, .col3-layout .product-view .product-collateral {
    float:none;
    width:512px;
}
.col3-layout .product-view .product-img-box {
    float:none;
    width:auto;
}
.col3-layout .product-view .product-img-box .product-image {
    margin:0 auto;
}
/*Product View Here*/


.product-view {
    background:#fff;
    float:left;
    width:900px;
    clear:both;
    padding:25px 15px 50px 25px
}
#messages_product_view {
    margin:0;
    position:relative;
    z-index:1;
}
#messages_product_view .messages {
    margin:0 0 1px;
}
#messages_product_view .messages li {
    /* margin:0;
	position:relative;
	z-index:1;
	*/
}
.product-essential {
}
.product-collateral {
    margin-top:0;
}
.product-collateral .emailto-link {
    font-size:11px;
    margin:0;
    background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_arrow-bullet.gif) no-repeat 0 4px;
    padding-left:12px;
}
.related-upsell-products {
    width:212px;
    float:left;
    margin:0 15px 0 0;
}
.catalog-product-view .products-grid li.item {
    width:190px;
    height:280px;
    margin:25px 0 0 0;
    border-bottom:1px #a2b9c9 dotted;
}
.catalog-product-view .products-grid li.last {
    border:none;
}
.catalog-product-view .related-upsell-products {
    width:420px;
    float:left;
    margin:0 30px 0 0;
}
.catalog-product-view .related-upsell-products .product-name {
    text-align:left !important;
    font-size:13px !important;
}
.catalog-product-view .related-upsell-products * {
    /*background:none !important;*/
}
.sub-tab-container {
    float:right
}
.related-upsell-products .box-collateral {
    /*width:420px;*/
    float:left;
    padding-right:30px
}
.related-upsell-products .col-right {
    float:right
}
.box-collateral {
    background:#fff;
}
.box-collateral .box-title {
    background: url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/special-product-title.gif') left center no-repeat;
    padding-left:15px
}
.box-collateral .box-title span {
    font-size:16px;
}
.box-collateral .box-content {
    padding:20px;
}
.related-upsell-products .products-block {
    /*background: url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/small-title-back.gif') bottom left no-repeat;
    padding-bottom:10px*/
}
.related-upsell-products ul.block-content {
    margin:3px 0px;
    padding-top:0;
    /*background: url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/small-title-back.gif') top left no-repeat*/
}
.related-upsell-products ul.block-content li.item {
    padding:10px 0px;
    position:relative;
}
.related-upsell-products ul.block-content li:first-child {
    border:none;
}
.related-upsell-products .item-info {
    text-align:left;
}
.related-upsell-products .product-name a {
    text-decoration:none;
    font-weight: bold;
    font-size: 13px;
}
.related-upsell-products .additional-items {
    margin:14px 20px 0px 20px;
}
.related-upsell-products .additional-items h4 {
    margin-bottom:10px
}
.related-upsell-products .additional-items li {
    list-style:disc;
    margin: 0px 0px 5px 12px
}
.related-upsell-products .additional-items a {
    font-size:11px;
    text-decoration:underline
}
.related-upsell-products .box-collateral li, .related-upsell-products .box-collateral li:last-child, .related-upsell-products .box-collateral li:first-child {
    border-bottom: 1px dotted #aabac7 !important;
    border-top:none !important;
    width: 200px;
    height: 290px;
    margin: 25px 0 0 0;
}
.related-upsell-products .box-collateral h3 {
    clear:both;
}
.related-upsell-products .box-collateral .price {
    text-align: right;
    color: #05283E !important;
    clear: none;
    font-size: 15px;
}
.related-upsell-products .box-collateral .old-price-note, .related-upsell-products .box-collateral .you-save {
    text-align:left;
}
.tab-list {
    position:relative;
}
.tab-list .tab {
    float:left;
    cursor:pointer;
}
.tab-list .last {
}
.tab-list .active {
    cursor:default
}
.tab-list .tab-container {
    position:absolute;
    left:0;
    width:100%;
}
.tab-list .tab-content {
}
.sub-tab-container {
    border:1px solid #e4f2ff
}
.sub-tab-container .tab-content {
    font-size:11px;
    padding:17px 16px 0px 16px !important;
    color:#4f708f;
    width:365px;
}
.sub-tab-container .tab-content h4 {
    font-size:12px;
    color:#4e6f90;
    margin-bottom:3px
}
.sub-tab-container #advancereviews-sort-reviews, .sub-tab-container #advancereviews-pager-reviews, .sub-tab-container #advancereviews-pager-reviews-footer {
    display:none
}
.sub-tab-container .advancereviews-filters, .sub-tab-container .head {
    display:none
}
.collateral-tabs {
    padding-bottom:20px;
    margin:0;
}
.collateral-tabs .tab {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:transparent url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_collateral-tabs.gif) repeat-x scroll left top;
    color:#222222;
    font-size:12px;
    height:52px;
    margin-right:0px;
    position:relative;
    top:1px;
}
.collateral-tabs .tab span {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:transparent url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_collateral-tabs.gif) repeat-x scroll left top;
    height:52px;
    line-height:24px;
    padding:0 17px 0 0;
    background:transparent none repeat scroll 0 50%;
}
.collateral-tabs .last {
}
.collateral-tabs .active {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:#FFFFFF url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/active.png) repeat-x scroll left top;
    border-bottom:0 none;
    color:#000000;
    float:left;
    font-weight:bold;
    height:52px;
    z-index:3;
}
.collateral-tabs .active span {
    background-position:100% 0;
    padding-bottom:1px;
    color: #0c5ca8
}
.collateral-tabs .tab-container {
    z-index:1;
    top:55px;
    background:#fff;
    padding: 0px
}
.collateral-tabs .tab-content {
    padding:30px 25px;
    background:#fff;
    border:1px solid #c4c4c4;
    font-size:12px;
}
.collateral-tabs .tab-content object, .collateral-tabs .tab-content embed {
    width:100% !important;
    height:auto !important;
}
.product-tabs .tab-content {
    border:none;
    padding:0
}
.product-tabs .tab-content .products-grid, .product-tabs .collateral-tabs .tab, .product-tabs .collateral-tabs .tab span {
    padding:0
}
/* Product Images */
.product-view .product-img-box {
    float:left;
    position:relative;
    width:575px;
}
.product-view .product-img-box .product-image img {
    background:#fff; /*cursor: -moz-zoom-in; */
    cursor: url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/cursor-pointer.cur), auto;
} /*IE8 PNG Fix */
.product-view .product-img-box p.notice {
    text-align:center;
    padding:5px 0;
    font-size:11px;
}
.product-view .product-img-box .product-image {
    position:relative;
    width:466px;
    height:387px;
    overflow:hidden;
    z-index:3;
    float:left;
    border:1px solid #d6d6d6 !important;
}
.product-view .product-img-box .more-views {
    width:101px;
    height: 390px;
    float:right;
    padding:0 0 0;
    margin-left:8px
}
.product-view .product-img-box .more-views h2 {
    display:none;
}
.product-view .product-img-box .more-views ul {
}
.product-view .product-img-box .more-views li {
    float:left;
    border:1px solid #e0eff4;
    margin:0 6px 6px 0;
    padding:0
}
.product-view .notice {
    position: absolute;
    bottom:0;
    left:0;
    z-index:10;
    padding:8px;
    background:#ebf4fb;
    font-size:10px;
    text-transform:uppercase;
    color:#6a9ece;
}
.product-image-popup {
    margin:0 auto;
}
.product-image-popup .buttons-set {
    clear:none;
    line-height:28px;
    margin:0 0 10px;
    float:right;
    width:150px;
    text-align:right;
}
.product-image-popup .buttons-set .button {
    vertical-align:middle;
    float:none;
}
.product-image-popup .image {
    display:block;
    clear:both;
    margin:15px auto 15px;
}
.product-image-popup .image-label {
    font-size:14px;
    text-align:left;
    clear:both;
    font-weight:normal;
    color:#000;
    line-height:19px;
    margin:0 0 10px;
}
.product-image-popup .nav {
    text-align:center;
    margin:0 auto;
    width:120px;
}
.product-image-popup .nav .prev, .product-image-popup .nav .next {
    margin:0 15px;
    display:inline;
    background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_slide-button.gif) no-repeat 0 0;
    text-indent:-999em;
    cursor:pointer;
    width:28px;
    height:28px;
    z-index:2;
    overflow:hidden;
    float:left;
}
.product-image-popup .nav .prev {
    left:-19px;
    float:left;
}
.product-image-popup .nav .next {
    right:-19px;
    float:right;
    background-position:0 -40px;
}
/* jQzoom */
div.jqZoomTitle {
    z-index:5000;
    text-align:center;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    color:#fff;
    background:#999;
}
.jqZoomPup {
    overflow:hidden;
    background-color:#fff;
    z-index:10;
    border-color:#fff;
    border-style:solid;
    cursor:crosshair !important; /* -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; -moz-opacity:0.6; opacity:0.6; */
}
a.product-image {
    cursor:pointer !important;
}
p.product-image {
    cursor:default !important;
}
.zoom-activated {
}
.jqZoomPup img {
    border:0;
}
.preload {
    text-decoration:none;
    border:1px solid #ccc;
    padding:8px;
    text-align:center;
    background:#fff url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/zoomloader.gif) no-repeat 43px 30px;
    width:90px;
    height:43px;
    z-index:10;
    position:absolute;
    top:3px;
    left:3px;
    -moz-opacity:0.8;
    opacity:0.8;
    filter:alpha(opacity=80);
}
.jqZoomWindow {
    border:1px solid #ccc;
    background-color:#fff;
}
/* Product Shop */
.product-view .product-shop {
    float:right;
    width:295px;
    padding-left:23px;
    overflow:hidden;
    background: url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/shop-back.gif') top left no-repeat;
    /*min-height:395px*/
}
.product-view .product-shop .product-main-info {
}
.product-view .product-shop p, .product-view .product-shop .ratings {
    margin:10px 0;
}
.product-view .product-shop .ratings p {
    margin:0;
}
.product-view .product-shop .product-ids {
    margin:4px 0 10px;
    color:#999;
    display:none;
}
.product-view .product-shop .availability {
    font-size:12px;
}
.product-view .product-shop .price-box .price-label {
    font-size:11px;
}
.product-view .product-shop .price-box .price-as-configured .price-label {
    font-size:12px;
}
.product-view .product-shop .price-box .price-as-configured .price {
    color:#e55100;
    font-size:14px;
}
.product-view .product-shop .price-box .price-including-tax .price, .product-view .product-shop .price-box .regular-price .price {
    color:#111;
    font-size:14px;
}
.product-view .product-shop .price-box .special-price .price-label, .product-view .product-shop .price-box .special-price .price {
    font-size:14px;
    color:#c73615;
}
.product-view .product-shop .price-box .price-as-configured .price-including-tax .price {
    color:#e55100;
}
.product-view .product-shop .price-box .price-as-configured .price-excluding-tax .price {
    color:#222;
    font-size:11px;
}
.product-view .product-shop .price-box p {
    margin:4px 0;
}
.product-view .product-shop .add-to-links {
    float:left;
    margin:10px 0;
}
.product-view .product-name h1 {
    font-size:22px;
    line-height:1.2;
    
    font-weight:normal;
    margin-bottom:10px
}
.product-view .product-ids {
    text-transform:uppercase;
}
.product-view .short-description {
    padding:10px 0;
    clear:both;
    font-size:12px;
    border-top:1px solid #d5e3f0;
    margin-top:10px;
}
.product-view .short-description h2 {
    margin:0 0 5px;
    font-size:13px;
}
.product-view .product-shop .add-to-box {
    width:125px;
    height:38px;
    float:right
}
.product-giftcard .add-to-box {
    position:relative;
    bottom:10px;
}
.product-giftcard .product-shop span.price {
    display:none;
}
.product-view .product-shop .find-to-box {
    width:125px;
    height:38px;
    float:left
}
.links-container {
    padding:16px
}
.product-links {
    margin-top:10px;
}
.product-links ul li {
    font-size:11px;
    float:left;
    background: url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/link-back.gif') center left no-repeat;
    padding-left:10px;
    margin-right:20px;
    line-height:17px
}
.product-links ul li.my-project, .product-links ul li.print {
    margin:0
}
.product-links ul li.my-project {
    margin-left:9px
}
/*Corner*/
.main-corner, .angle-corner {
    height:7px;
    background: url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/border-corner.gif') top left repeat-x
}
.main-bottom-corner {
    background: url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/border-corner.gif') bottom left repeat-x;
}
.angle-corner {
    width:7px;
    float:left;
    background: url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/top-left-corner.gif') top left no-repeat
}
.angle-top-right {
    background: url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/top-right-corner.gif') top left no-repeat;
    float:right
}
.angle-bottom-left {
    background: url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bottom-left-corner.gif') top left no-repeat
}
.angle-bottom-right {
    background: url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bottom-right-corner.gif') top left no-repeat;
    float:right
}
.corner-content {
    border:1px solid #d5e3f0;
    border-top:none;
    border-bottom:none;
    padding:3px 10px 4px 10px
}
.clear {
    clear:both;
}
/*End Corner*/

/*Raing Count*/
.product-title-rating {
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px solid #ddeeff
}
.rating-right {
    width:187px;
    float:right;
    border-left:1px solid #ddeeff;
    padding-left:17px;
    display:none;
}
.rating-header {
    text-transform:uppercase;
    font-weight:bold;
    color:#0056a5;
    font-size:12px;
    margin-top:10px
}
.rating-header-first {
    margin:0
}
.rating-header .rating-note {
    text-transform:none;
    font-weight:normal;
    font-size:11px;
    color:#88a4bc;
    width:188px
}
.rating-header .rating-note .f-right {
    float:right !important
}
.main-rating {
    width:188px;
    height:13px;
    overflow:hidden;
    background: url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/main-rating.gif') top left no-repeat
}
.rating-percent {
    height:11px;
    background: url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/rating-percent.gif') top left no-repeat;
    margin:1px
}
.rating-left {
    width:154px;
    float:left
}
.rating-left .amount {
    display:none
}
.rating-box {
    width:69px;
    height:13px;
    font-size:0;
    line-height:0;
    background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_rating.gif) 0 0 repeat-x;
    text-indent:-999em;
    overflow:hidden;
}
.rating-box .rating {
    float:left;
    height:13px;
    background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_rating.gif) 0 100% repeat-x;
}
.ratings .rating-box {
    float:left;
    margin-right:3px;
}
.rating-left .rating-box {
    height:21px;
    width:130px;
    background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_rating_big.gif) 0 0 repeat-x;
}
.rating-left .rating-box .rating {
    height:21px;
    background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_rating_big.gif) 0 100% repeat-x;
}
#rt-point {
    font-size:12px;
    color:#0055a2;
    margin:0px 0px 5px 0px
}
#advancereviews-filteredReviews .rating-box {
    margin-bottom:5px
}
/* Rating */
.rating-box {
    width:69px;
    height:13px;
    font-size:0;
    line-height:0;
    overflow:hidden;
}
.rating-box .rating {
    float:left;
    height:13px;
}
.ratings {
    margin:5px 0;
}
.ratings .rating-box {
    float:left;
    margin-right:5px;
}
.ratings .amount {
    font-size:12px;
}
.ratings .rating-links {
    margin:0;
    font-size:11px;
}
.ratings .rating-links a {
    text-decoration:underline;
}
.ratings .rating-links a:hover {
    text-decoration:none;
}
.ratings .rating-links .separator {
    margin:0 3px;
}
.ratings dt {
}
.ratings dd {
}
/* Availability */
.availability {
    font-weight:bold;
}
.availability.in-stock {
    color:#1b6800;
}
.availability.out-of-stock {
    color:#cf3a00;
}
.availability-only {
    margin:10px 0 7px;
    line-height:16px;
    background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/i_availability_only.gif) 0 50% no-repeat;
    padding-left:15px;
}
.availability-only span, .availability-only a {
    border-bottom:1px dashed #751d02;
    color:#000;
}
.availability-only a {
    background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/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:#d12c01;
}
.availability-only-details {
    margin:0 0 7px;
    border:1px solid #d9d9d9;
}
.availability-only-details thead {
    background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_thead.gif) repeat-x scroll 0 0 #e8e8e8;
}
.availability-only-details th, .availability-only-details td {
    padding:2px 8px;
}
.availability-only-details th {
    border-bottom:1px solid #d9d9d9;
    font-size:10px;
    text-transform:uppercase;
}
.availability-only-details td {
    background:#fff;
    font-size:11px;
}
.availability-only-details tr.odd td.last {
    color:#d95e00;
    font-weight:bold;
}
/********** < Product Prices */
.price {
    white-space:nowrap !important;
}
.catalog-product-compare-index .price-box {
    display: inline !important;
}
.price-box {
    display: none;
}
.price-box .price {
    font-weight:bold;
}
.price-box-bundle {
}
/* Regular price */
.regular-price {
}
.regular-price .price {
    font-weight:bold;
}
/* Old price */
.old-price {
    text-decoration:line-through;
    color:#989696;
    font-size: 15px;
    margin:0 !important;
}
.old-price .price-label {
    white-space:nowrap;
    color:#989696;
}
.old-price .price {
    font-weight:normal;
    text-decoration:line-through;
    color:#989696;
}
.sidebar .old-price .price-label {
    display:none !important;
}
/* Special price */
.special-price {
    margin:0;
}
.special-price .price-label {
    white-space:nowrap;
    color:#c73615;
    font-weight:bold;
}
.special-price .price {
    font-weight:bold;
    color:#c73615;
}
.sidebar .special-price .price-label {
    display:none !important;
}
/* Minimal price (as low as) */
.minimal-price {
}
.minimal-price .price-label {
    white-space:nowrap;
}
.minimal-price-link {
    display:block;
    margin:5px 0;
    text-decoration:none;
}
a.minimal-price-link:hover {
    text-decoration:underline;
}
.minimal-price-link .label {
    font-weight:bold;
}
.minimal-price-link .price {
    font-weight:bold;
}
/* Excluding tax */
.price-excluding-tax {
    display:block;
}
.price-excluding-tax .label {
    white-space:nowrap;
}
.price-excluding-tax .price {
    font-weight:normal;
}
/* Including tax */
.price-including-tax {
    display:block;
}
.price-including-tax .label {
    white-space:nowrap;
}
.price-including-tax .price {
    font-weight:bold;
}
/* Configured price */
.configured-price {
}
.configured-price .price-label {
    font-weight:bold;
    white-space:nowrap;
}
.configured-price .price {
    font-weight:bold;
}
/* FPT */
.weee {
    display:block;
    font-size:11px;
}
.weee .price {
    font-size:11px;
    font-weight:bold;
}
/* Excl tax (for order tables) */
.price-excl-tax {
    display:block;
}
.price-excl-tax .label {
    display:block;
    white-space:nowrap;
}
.price-excl-tax .price {
    display:block;
}
/* Incl tax (for order tables) */
.price-incl-tax {
    display:block;
}
.price-incl-tax .label {
    display:block;
    white-space:nowrap;
}
.price-incl-tax .price {
    display:block;
    font-weight:bold;
}
/* Price range */
.price-from {
}
.price-from .price-label {
    white-space:nowrap;
}
.price-from .price {
    white-space:nowrap;
}
.price-to {
}
.price-to .price {
    white-space:nowrap;
}
.price-to .price-label {
    white-space:nowrap;
}
/* Price as configured */
.price-as-configured {
}
.price-as-configured .price-label {
    white-space:nowrap;
}
.price-as-configured .price {
    font-size:14px;
    color:#e55100;
}
/* Price notice next to the options */
.price-notice {
    padding-left:10px;
}
.price-notice .price {
    font-weight:bold;
}
/********** Product Prices > */

/* Tier Prices */
.product-pricing {
    background:#fbf4de;
    border:1px solid #e2d4c7;
    padding:8px;
    margin:20px 0;
}
.product-pricing li {
    line-height:1.35;
    margin:2px 0;
}
.product-pricing li .price {
    font-weight:bold;
}
.product-pricing li .benefit {
    font-weight:bold;
}
/* Add to Links */
.add-to-links {
    margin:10px 0 0 0;
    font-size:11px;
    clear:both;
}
.add-to-links a:hover {
}
.add-to-links .separator {
    display:none;
}
/* Add to Cart */
.add-to-cart {
}
.add-to-cart label {
    font-size:12px;
    vertical-align:middle;
    font-weight:bold;
    margin-right:5px;
    text-transform:capitalize;
}
.add-to-cart .qty {
    vertical-align:middle;
    margin-right:10px;
    width:60px;
}
.add-to-cart .paypal-logo {
    clear:left;
    text-align:right;
}
.add-to-cart .paypal-logo .paypal-or {
    clear:both;
    display:block;
    margin:5px 60px 5px 0;
}
.btn-cart {
}
button.btn-cart span {
}
body.wishlist-index-index button.btn-cart span span {
}
button.btn-cart span span {
}
/* On product view */
.product-view .product-essential button.btn-cart span, .add-to-cart button.btn-cart span {
    background-image:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_btn-co.gif);
}
.product-view .product-essential button.btn-cart span span, .add-to-cart button.btn-cart span span {
    border:0;
    background-image:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_btn-co.gif);
    color:#fff;
    text-transform:none;
}
.product-view .product-essential button.btn-gr span span, .add-to-cart button.btn-gr span span {
    font-size:14px !important;
    padding:1px 18px 0 10px !important;
}
.product-view .add-to-cart .paypal-logo {
    margin:0;
}
/* Add to Links + Add to Cart */
.add-to-box {
}
.add-to-box .add-to-cart {
}
.add-to-box .add-to-links {
    margin:0 !important;
}
.add-to-box .add-to-links li {
    margin:0 0 2px;
}
/* Product Options */
.product-options {
    margin:10px 0 0;
}
.product-options dt label {
    font-weight:bold;
    font-size:12px;
}
.product-options dt .required em {
    margin-left:5px;
}
.product-options dd .qty-holder {
    display:block;
    padding:10px 0;
}
.product-options dd .qty-holder label {
    vertical-align:middle;
}
.product-options dd .qty-disabled {
    background:none;
    border:0;
    padding:3px;
    color:#000;
}
.product-options dd {
    margin:5px 0 15px;
    padding:0 0 12px;
    border-bottom:1px solid #e7e7e7;
}
.product-options dl.last dd.last {
}
.product-options dd .input-box {
    display:block;
    padding-right:20px;
}
.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 .time-picker select {
    vertical-align:middle;
}
.product-options dd textarea {
    width:98%;
    height:8em;
}
.product-options dd select {
    width:100%;
}
.product-options .options-list {
}
.product-options .options-list li {
    vertical-align:middle;
    margin:0;
    padding:2px 0;
    line-height:1.315;
}
.product-options .options-list input.radio {
    float:left;
    margin:2px -18px 0 0;
}
.product-options .options-list input.checkbox {
    float:left;
    margin:2px -20px 0 0;
}
.product-options .options-list .label {
    display:block;
    margin-left:20px;
}
.product-options .validation-error .options-list, .product-options ul.validation-failed {
    padding:2px 1px !important;
    position:relative;
    z-index:2;
    top:-3px;
    left:-2px;
    margin-right:-2px;
}
.options-container-small .product-options .validation-error .options-list, .options-container-small .product-options ul.validation-failed {
    padding:0 1px !important;
    position:relative;
    z-index:2;
    top:-1px;
    left:-2px;
    margin-right:-2px;
}
.product-options li {
    margin:3px 0;
}
.product-view .product-options-bottom .product-pricing {
    clear:both;
}
.product-view .product-options-bottom {
    padding:0;
    margin:0 0 5px;
}
.product-view .product-options-bottom .add-to-cart {
}
.product-view .product-options-bottom .price-box {
    margin:0 !important;
    float:right;
}
.product-view .product-options-bottom p.required {
    padding:5px 0 0;
    clear:both;
    text-align:right;
    width:auto;
}
/* Options in product info column */
.options-container-small {
    margin:20px 0 0;
}
.options-container-small .product-options-bottom {
    float:left;
}
.options-container-small .product-pricing {
    display:none;
}
.options-container-small .price-box {
    display:none;
}
.options-container-small .add-to-cart {
    padding:13px 15px 0 0 !important;
}
.options-container-small .product-options-bottom p.required {
    padding:0 0 0 90px;
    width:auto;
    float:left;
    clear:left;
    text-align:left;
}
.options-container-small dt {
    clear:left;
    float:left;
    line-height:1.2;
    width:10em;
    padding:3px 5px 3px 0;
    margin:0 0 8px;
}
.options-container-small dd {
    float:left;
    width:275px;
    border-bottom:0;
    padding:0;
    margin:0 0 8px;
}
.options-container-small .product-options {
    margin:0 0 0;
}
/* Options after product info column */
.options-container-big {
    clear:both;
    background:#fff;
}
/* Bundle product - alternative view */
#customizeTitle {
    margin:0;
}
.bundleProduct {
}
.product-options .bundle-summary {
    font-size:11px;
}
.bundleProduct .product-options {
    font-size:12px;
    margin-top:0;
}
.bundleProduct .product-options-bottom {
    padding:0;
    font-size:12px;
    margin:0 0 5px;
    line-height:27px;
}
.bundleProduct .product-options-bottom .add-to-cart {
    float:right;
    margin:0 0 0 20px;
}
.bundleProduct .product-options-bottom .price-box {
    margin:0;
    float:right;
}
.bundleProduct .product-options-bottom p.required {
    padding:5px 0 0;
    width:auto;
    clear:both;
    text-align:right;
}
.with-bundle {
    position:relative;
    z-index:1;
    background:#fff url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_cols.gif) 460px 0 repeat-y;
}
/**/
#bundle-product-wrapper {
    margin:-1px -20px -21px;
    border-top:1px solid #cfcfcf;
    border-bottom:1px solid #cfcfcf;
    float:left;
    width:938px;
    overflow:hidden;
    position:relative;
    z-index:1;
}
#bundleProduct {
    width:1877px;
    background:#fff url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_cols.gif) repeat-y 279px 0;
    z-index:1;
    position:relative;
}
#productView {
    margin:0;
    position:static;
    border:0;
}
#options-container {
    min-height:510px;
    width:938px;
    position:relative;
    z-index:2;
    float:right;
    border-left:1px solid #cfcfcf;
    background:#fff url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_cols.gif) repeat-y 460px 0;
    left:-1px;
}
#options-container h1 {
    text-align:left;
}
/* Bundle Product 2 column design */
.col2-left-layout #bundle-product-wrapper, .col2-right-layout #bundle-product-wrapper {
    width:755px;
}
.col2-left-layout #bundleProduct, .col2-right-layout #bundleProduct {
    background-position:574px 0;
    width:1511px;
}
.col2-left-layout #options-container, .col2-right-layout #options-container {
    background-position:277px 0;
    left:-1px;
    width:755px;
}
.col2-left-layout #options-container .product-options, .col2-right-layout #options-container .product-options {
    width:459px;
}
.col2-left-layout #options-container .product-options-bottom, .col2-right-layout #options-container .product-options-bottom {
    width:429px;
}
.col2-left-layout .bundle-summary, .col2-right-layout .bundle-summary {
    left:460px;
}
/* Bundle Product 3 column design */
.col3-layout #bundle-product-wrapper, .col3-layout #options-container {
    width:572px;
}
.col3-layout #bundleProduct {
    background-position:390px 0;
    width:1144px;
}
.col3-layout #options-container {
    background-position:94px 0;
}
.col3-layout #productView {
    margin-right:-10px;
}
.col3-layout #options-container .product-options {
    width:276px;
}
.col3-layout #options-container .product-options-bottom {
    width:246px;
}
.col3-layout #options-container .product-options-bottom .price-box {
    float:none;
}
.col3-layout .bundle-summary {
    left:277px;
}
#options-container .product-options {
    font-size:12px;
    margin-top:0;
    font-size:11px;
    z-index:1;
    margin:0;
    width:600px;
    padding:20px 20px 0;
    clear:both;
    position:relative;
    z-index:1;
}
#options-container .product-options-bottom {
    padding:0 20px 20px;
    width:600px;
    font-size:12px;
    margin:0 0 5px;
    line-height:27px;
}
#options-container .product-options-bottom .add-to-cart {
    float:right;
    margin:0 0 0 20px;
}
#options-container .product-options-bottom .price-box {
    margin:0;
    float:right;
}
#options-container .product-options-bottom p.required {
    padding:5px 0 0;
    width:auto;
    clear:both;
    text-align:right;
}
.moving-now {
}
.bundle-summary {
    background:#fff;
    position:absolute;
    z-index:2;
    left:643px;
    margin-top:0;
    padding:20px;
    width:256px;
}
.bundle-summary .product {
    background:#fff;
    border-bottom:1px solid #ddd;
    margin-bottom:10px;
    padding:10px 8px;
    -webkit-box-shadow:0px 0px 5px #999;
    -moz-box-shadow:0px 0px 5px #999;
    box-shadow:0px 0px 5px #999;
}
.bundle-summary .product .block-title {
    background:none;
    border:solid #e6e6e6;
    border-width:0 0 1px;
    margin:0 0 10px;
    padding:5px 0;
    position:relative;
}
.bundle-summary .product .block-title h2 {
    color:#5a5a5a;
    font-weight:normal;
    padding-left:5px;
}
.bundle-summary .product-image {
    border:1px solid #d6d6d6;
    float:left;
    margin:0 -60px 0 0;
}
.bundle-summary .product-details {
}
.bundle-summary .product-details p.availability {
    font-weight:bold;
    font-size:11px;
    margin:28px 0 0;
    position:relative;
}
.bundle-summary .price-box {
    margin-bottom:35px;
}
.bundle-summary .price-box .price-as-configured .price {
    font-weight:normal;
}
.bundle-summary .price-box .price-as-configured .price-label {
    color:#010101;
    font-size:14px;
    font-weight:normal;
    margin-right:10px;
}
.bundle-summary .product-name {
    font-size:16px;
    color:#111;
}
.bundle-summary .product .add-to-links {
    border-top:1px solid #e6e6e6;
    margin-top:10px;
    padding:7px 0 2px 5px;
}
.bundle-summary .product .add-to-links a {
    color:#ef5d24;
    font-weight:bold;
}
.bundle-summary .product .add-to-links li {
    display:inline;
    margin-right:20px;
}
.bundle-summary .summary {
    padding:10px 8px !important;
    -webkit-box-shadow:0px 0px 5px #999;
    -moz-box-shadow:0px 0px 5px #999;
    box-shadow:0px 0px 5px #999;
}
.bundle-summary .summary h4 {
    border-bottom:1px solid #e6e6e6;
    color:#5a5a5a;
    font-size:14px;
    font-weight:normal;
    padding:0 0 5px 5px;
}
.bundle-summary .summary ul {
    margin:6px 0 10px;
}
.bundle-summary .summary li {
    background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_dots.gif) repeat-x bottom;
    margin:0;
    padding:11px 0 7px;
}
.bundle-summary .summary .last {
    background:none;
    padding-bottom:0;
}
.bundle-summary button.btn-cart span, .bundle-summary button.btn-cart span span {
    background-image:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bg_bundle_btn.gif);
    font-weight:normal !important;
    height:23px !important;
    line-height:23px !important;
    padding:0 0 0 18px !important;
}
.bundle-summary button.btn-cart span span {
    padding:0 18px 0 0 !important;
}
.bundle-summary .add-to-cart .qty {
    margin-right:80px;
}
.bundle-summary .add-to-cart button {
    margin:10px 0 0;
}
.bundle-summary .add-to-cart .paypal-logo {
    text-align:left;
}
.bundle-summary .add-to-cart .paypal-or {
    margin:5px 0 5px 42px;
}
#bundleProduct .page-title a {
    color:#ef5d24;
    position:relative;
    text-decoration:none;
    top:4px;
}
#bundleProduct .page-title a:hover {
    text-decoration:underline;
}
#bundleProduct .page-title a small {
    font-size:14px;
    font-weight:bold;
}
#bundleProduct .product-options {
    padding:0;
    width:642px;
}
#bundleProduct .product-options dt, #bundleProduct .product-options dd {
    background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bg_bundle_options.png) repeat-x;
}
#bundleProduct .product-options dd {
    background-position:0 -33px;
    border-bottom:1px solid #bfbfbf;
    margin:0;
    padding:20px 10px 20px 30px;
}
#bundleProduct .product-options dt {
    border-bottom:1px solid #e6e6e6;
    color:#010101;
    line-height:32px;
    padding:0 10px 0 30px;
}
#bundleProduct .product-options dl.last .last {
    border-bottom:none;
}
#bundleProduct .product-options p.required {
    padding:0;
    position:absolute;
    right:10px;
    top:10px;
}
#bundleProduct .product-options-bottom {
    background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bg_bundle_options_bottom.png) repeat-x 0 0;
    padding:11px 15px 0;
    width:612px;
}
#bundleProduct .product-options-bottom a {
    color:#ef5d24;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
}
#bundleProduct .product-options-bottom a:hover {
    text-decoration:underline;
}
#bundleProduct .product-options-bottom a small {
    font-size:14px;
}
#bundleProduct .product-options-bottom .price-as-configured {
    font-size:11px;
}
#bundleProduct .product-options-bottom .price-as-configured .price {
    font-size:12px;
    vertical-align:baseline;
}
#bundleProduct .product-options-bottom .price-as-configured .price-label {
    color:#010101;
    font-weight:bold;
    margin-right:15px;
}
/* Grouped Product */
.groped-product-type {
    position:relative;
    z-index:2;
    margin:20px -30px -20px;
    background:#fff;
    border-top:1px solid #cfcfcf;
    padding:20px 30px 0;
}
.grouped-items td {
    vertical-align:middle;
    padding:5px 10px;
}
/* Gift Card product */
.giftcard-form .availability {
    display:none!important;
}
.giftcard-amount-form {
    margin:0 0 10px;
}
.giftcard-amount-form label {
    width:120px;
    text-align:left;
    padding-right:5px;
}
.giftcard-amount-form .form-list .input-text {
    width:70px;
}
.giftcard-amount-form .form-list select {
    width:150px;
}
.giftcard-amount-form .form-list .input-box {
    padding-right:20px;
    margin-right:9px;
}
.giftcard-amount-form .form-list .input-box .v-fix {
    white-space:nowrap;
}
.giftcard-amount-form .form-list .input-box p.notice {
    float:left;
    padding:0;
    clear:left;
    width:55px;
    margin:5px -100px 0 0;
    white-space:nowrap;
    font-size:11px;
    position:relative;
    z-index:1;
}
.giftcard-amount-form .form-list .input-box p.notice span {
    margin-right:5px;
    display:block;
}
.giftcard-send-form {
    background:#fff;
    z-index:2;
    position:relative;
    border-top:1px solid #ddd;
}
.giftcard-send-form label {
    width:120px;
    text-align:left;
    padding-right:5px;
    padding-bottom:5px;
}
.giftcard-send-form .field label {
    padding-bottom:0;
}
.giftcard-send-form .field .input-text {
    width:249px !important;
    background: url("https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bg-email.png") no-repeat scroll left top transparent !important;
    height: 23px;
}
#giftcard_amount_input {
    background: url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bg-year.png) no-repeat !important;
    width: 65px !important;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 20px;
    padding-top: 7px;
    height: 19px;
}
/* Block: Related */
.product-view .box-related {
    font-size:11px;
}
.product-view .box-related p {
    margin:0;
}
.product-view .box-related .product-name {
    font-size:12px;
}
.product-view .box-related .price-box {
    margin:8px 0;
}
.product-view .box-related .note {
    padding:5px 20px;
    margin:0;
    font-size:12px;
    background:#f7edda;
}
.product-view .box-related .note, .product-view .box-related .note a {
    color:#d02600;
}
.product-view .box-related input.checkbox {
    position:absolute;
    margin:3px 0 0 105px;
}
.product-view .box-related ol {
    padding:20px 0 20px 20px !important;
}
.product-view .box-related li.item .item-info {
    margin-right:20px;
}
.product-view .box-related li.item {
    width:31.5%;
    float:left;
    margin-right:1%;
}
.product-view .box-related li.item p a {
    color:#999;
}
.product-view .box-related li.item .product-image {
    float:left;
    margin-right:-100px;
    width:100px;
}
.product-view .box-related li.item .product-details {
    margin-left:125px;
}
/* 3 Column Block: Related */
.col3-layout .product-view .box-related li.item .product-image {
    display:block;
    float:none;
    margin:0 auto;
}
.col3-layout .product-view .box-related li.item .product-details {
    margin-left:0;
}
.col3-layout .product-view .box-related input.checkbox {
    margin-left:135px;
}
/* Block: Upsell */
.product-view .box-up-sell .products-grid {
    padding:30px 0 10px 61px;
    margin:0;
}
.product-view .box-up-sell .products-grid li {
    width:176px;
    margin-right:40px;
    display:inline;
}
/* 2 Column Block: Upsell */
.col2-left-layout .product-view .box-up-sell .products-grid, .col2-right-layout .product-view .box-up-sell .products-grid {
    padding:30px 0 10px 30px;
    margin-right:0;
}
.col2-left-layout .product-view .box-up-sell .products-grid li, .col2-right-layout .product-view .box-up-sell .products-grid li {
    display:inline;
    width:140px;
}
/* 3 Column Block: Upsell */
.col3-layout .product-view .box-up-sell .products-grid {
    padding:30px 0 10px 15px;
    margin:0;
}
.col3-layout .product-view .box-up-sell .products-grid li {
    width:135px;
    margin-right:2px;
    display:inline;
}
/* Block: Tags */
.product-view .box-tags {
    display: none;
}
.product-view .box-tags h3 {
    font-size:12px;
    font-weight:normal;
}
.product-view .box-tags .form-add-tags {
    padding:5px 0 0 0;
}
.product-view .box-tags .form-add-tags label {
    margin:0;
    font-weight:bold;
    font-size:12px;
    padding:2px 15px 0 0;
    height:4em;
    float:left;
}
.product-view .box-tags .form-add-tags .input-box {
    margin:0;
    display:inline-block;
}
.product-view .box-tags .form-add-tags div.validation-passed, .product-view .box-tags .form-add-tags div.validation-error {
    padding-right:17px;
}
.product-view .box-tags .form-add-tags input.input-text {
    width:300px;
}
.product-view .box-tags .form-add-tags button.button {
    margin-left:5px;
    vertical-align:top;
}
.product-view .box-tags .form-add-tags p {
    padding:5px 0;
    font-size:11px;
}
.product-view .box-tags .tags-list {
    margin:15px 0;
    line-height:1.5em;
}
.product-view .box-tags .tags-list li {
    display:inline;
    font-size:10px;
    margin:0 5px 0 0;
}
.product-view .box-tags .tags-list li a {
    text-decoration:none;
    font-size:12px;
    margin:0;
    padding:3px;
    background:#fffcf0;
}
.product-view .box-tags .tags-list li a:hover {
    text-decoration:underline;
}
.product-view .box-tags .form-add-tags .input-box, x:-moz-any-link {
    float:left;
}/* FireFox 2 fix */
.product-view .box-tags .form-add-tags .button, x:-moz-any-link {
    margin-bottom:15px;
}/* FireFox 2 fix */
.product-view .box-tags .form-add-tags .input-box, x:-moz-any-link, x:default {
    float:none;
}/* FireFox 3 restore */
.product-view .box-tags .form-add-tags .button, x:-moz-any-link, x:default {
    margin-bottom:0;
}/* FireFox 3 restore */
/* Block: Reviews */
.product-view .product-main-info .review-summary-table {
    margin:10px 0;
}
.review-summary-table {
    border:0;
    margin:0 0 10px;
}
.review-summary-table th, .review-summary-table td {
    padding:2px 5px;
}
.review-summary-table tr.last td {
    border:0;
}
.review-summary-table th.label, .review-summary-table td.label {
    width:1px;
    white-space:nowrap;
    padding-left:0;
    background:none;
}
.product-view .box-reviews .pager {
    border-width:1px 0;
    margin:0;
}
.product-view .box-reviews dt {
    
    font-size: 13px;
    font-weight: bold;
    margin: 10px 0 5px;
}
.product-view .box-reviews dt span.date {
    font-size:11px;
    color:#abbccc
}
.product-view .box-reviews dt a {
    font-weight:bold;
    font-style:normal;
    margin-right:10px;
}
.product-view .box-reviews dd {
    margin:10px 0 20px;
    padding:0 0 10px;
    background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_dots.gif) repeat-x 0 100%;
}
.product-view .box-reviews dd p {
    margin:0 0 10px;
}
.product-view .box-reviews dd .date {
    margin:0 0 10px;
    font-style:italic;
}
.product-view .box-reviews dd.last {
    background:none;
    margin-bottom:0;
}
/* Add Review Form */
.product-view .box-reviews .product-name {
    font-weight:normal;
}
.product-view .box-reviews .product-name span {
    font-weight:bold;
}
.product-view .box-reviews .form-list {
}
.product-view .box-reviews .form-list .input-box {
}
.product-view .box-reviews .form-list .review-summary-table thead {
    background:none;
}
.product-view .box-reviews .form-list .review-summary-table thead th {
    background:none;
    border:0;
}
.product-view .box-reviews .form-list .review-summary-table .value {
    text-align:center;
}
/* ======================================================================================= */


/* Product Review ======================================================================== */
.review-product-list .col-main {
    padding-top:0;
}
.product-review {
}
.product-review .product-img-box {
    float:left;
    width:285px;
}
.product-review .product-img-box .product-image {
    display:block;
    margin:0 0 15px;
}
.product-review .details {
    float:right;
    width:400px;
}
.product-review .details .product-name {
    font-size:15px;
    font-weight:bold;
    color:#151515;
    line-height:19px;
    margin:0 0 10px;
}
.product-review .details p.date {
    font-size:12px;
    font-style:italic;
}
.product-review .details p {
    margin:10px 0;
}
.product-review .details .review-summary-table {
    margin:10px 0;
}
.product-review .buttons-set {
    clear:both;
    padding:25px 0 0;
}
.review-product-view .col-main {
    background:#fff url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_cols.gif) repeat-y -430px 0;
    padding:0;
}
.review-product-view .col-main .page-title {
    margin-left:0;
    margin-right:0;
}
.review-product-view .product-review .product-img-box {
    padding:0 0 20px 20px;
}
.review-product-view .product-review .details {
    width:570px;
    padding:0 20px 20px 0;
}
.review-product-view .product-review .buttons-set {
    border-top:1px solid #d1d1d1;
    background:#fff;
    margin:0;
    padding:15px 20px;
}
/* ======================================================================================= */


/* CMS ============================================================================= */
.cms-home .col1-layout, .cms-index-index .col1-layout {
    border:0;
}
.cms-home .top-callout, .cms-index-index .top-callout {
    margin-bottom:6px;
}
.cms-home .col1-layout .col-main, .cms-index-index .col1-layout .col-main {
    padding:0;
}
.cms-index-index .col2-set {
}
.cms-home .col2-set .col-1, .cms-index-index .col2-set .col-1 {
}
.cms-home .col2-set .col-2, .cms-index-index .col2-set .col-2 {
    width:244px;
}
.cms-home .col2-set .col-2 img, .cms-index-index .col2-set .col-2 img {
    display:block;
    margin:0px auto;
}
.cms-home .col1-layout .category-view, .cms-index-index .col1-layout .category-view {
    margin:0 0 20px;
}
.cms-home .col1-layout .page-title, .cms-index-index .col1-layout .page-title {
    margin:3px 0 0;
}
.cms-home .col1-layout .products-list, .cms-index-index .col1-layout .products-list {
    margin:0;
    border:1px solid #cbc0b2;
    padding-top:20px;
}
.cms-hp-touchsmart-iq506-has-arrived .col-main {
    padding:0;
}
.cms-hp-touchsmart-iq506-has-arrived .main {
    margin-top:0;
}
.cms-hp-touchsmart-iq506-has-arrived .breadcrumbs {
    display:none;
}
.new-product-spotlight {
    border:1px solid #cfcfcf;
    border-top:0;
    background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/callouts/electronics/new_computer_bg.jpg) no-repeat;
    height:519px;
    position:relative;
}
.new-product-spotlight .link {
    position:absolute;
    top:95px;
    left:318px;
}
.new-product-spotlight .more-new-positioning {
    position:absolute;
    top:42px;
    right:70px;
    width:207px;
}
.new-product-spotlight .more-new-positioning h3 {
    margin-bottom:5px;
    font-size:11px;
    text-transform:uppercase;
    font-weight:bold;
}
.new-product-spotlight .more-new {
    position:relative;
    height:335px;
}
.new-product-spotlight .more-new .arrow-up {
    position:absolute;
    top:0;
    left:0;
    height:20px;
    width:207px;
    background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/callouts/electronics/more_new_arrow.gif) no-repeat;
    text-indent:-999em;
}
.new-product-spotlight .more-new .arrow-down {
    position:absolute;
    bottom:0;
    left:0;
    height:20px;
    width:207px;
    background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/callouts/electronics/more_new_arrow.gif) no-repeat 0 100%;
    text-indent:-999em;
}
.new-product-spotlight .more-new .content {
    position:absolute;
    top:20px;
    left:0;
    width:205px;
    height:295px;
    border-width:0 1px;
    border-style:solid;
    border-color:#dcdcdc;
    background:#fff;
}
.new-product-spotlight .more-new ol {
    margin:10px 15px;
    padding-left:0;
    list-style-type:none;
}
.new-product-spotlight .more-new .item {
    padding:10px 0 10px 85px;
    border-bottom:1px solid #d2d2d2;
}
.new-product-spotlight .more-new .item.top {
    padding-top:0;
}
.new-product-spotlight .more-new .item.last {
    border-bottom:0;
    padding-bottom:0;
}
.new-product-spotlight .more-new .item img {
    float:left;
    margin-left:-85px;
    position:relative;
}
.new-product-spotlight .more-new a {
    font-weight:bold;
}
.cms-menu {
    padding: 0px 15px;
    background:#fff url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_cms-menu.gif) 0 0 repeat-x;
    font-size:12px;
    list-style-position:inside;
}
.cms-consullation .cms-menu {
    padding:11px 15px 15px;
    border-bottom:0 none !important;
    background:#fff url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_cms-menu.gif) 0 0 repeat-x;
    font-size:12px;
    list-style-position:inside;
    width:183px;
}
.col-main .cms-menu {
    float:left;
    width:240px;
    border:1px solid #d1d1d1;
    margin:0 10px 5px 0;
}
.cms-menu li {
    color:#999;
    margin:3px 0;
    display: block;
    border-bottom: 1px dotted #A5BAC8;
}
/*.cms-menu li span { color:#444; }*/
.cms-menu li.parent > a, .cms-menu li.parent > strong {
    font: 400 30px/35px Arial,"Helvetica Neue",Helvetica,sans-serif;
    margin: 2px 0 21px;
    padding: 0 0 2px 0px;
    display: block;
}
.cms-menu li.parent {
    border-bottom: none !important;
}
.cms-menu li strong {
    font-size:13px;
    font-weight:normal;
    color:#3795f2;
}
.cms-menu li ul, .cms-menu li ol {
    margin-bottom:7px;
    list-style-position:inside;
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    /*background:transparent url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/filter-list-back.gif) no-repeat scroll left top;*/
    padding-top:0px;
}
/* CMS Menu Types */
ol.cms-menu.type-1 {
    list-style-type:decimal;
}
ol.cms-menu.type-1 ol {
    list-style-type:decimal;
}
ol.cms-menu.type-a {
    list-style-type:lower-alpha;
}
ol.cms-menu.type-a ol {
    list-style-type:lower-alpha;
}
ol.cms-menu.type-A {
    list-style-type:upper-alpha;
}
ol.cms-menu.type-A ol {
    list-style-type:upper-alpha;
}
ol.cms-menu.type-i {
    list-style-type:lower-roman;
}
ol.cms-menu.type-i ol {
    list-style-type:lower-roman;
}
ol.cms-menu.type-I {
    list-style-type:upper-roman;
}
ol.cms-menu.type-I ol {
    list-style-type:upper-roman;
}
ul.cms-menu.type-circle {
    list-style-type:circle;
}
ul.cms-menu.type-circle ul {
    list-style-type:circle;
}
ul.cms-menu.type-disc {
    list-style-type:disc;
}
ul.cms-menu.type-disc ul {
    list-style-type:disc;
}
ul.cms-menu.type-square {
    list-style-type:square;
}
ul.cms-menu.type-square ul {
    list-style-type:square;
}
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name {
    font-size:14px;
    font-weight:normal;
    line-height: 18px
}
.product-name a {
    text-decoration:none;
}
. checkout-cart-index .product-name a {
    
    font-family:arial;
    font-size:12px;
    text-decoration:none;
}
.product-name a:hover {
    color:#333;
    text-decoration:none;
}
/* Product Tags */
.tags-list {
    margin:5px 0;
}
.tags-list li {
    display:inline;
    font-size:12px;
}
.tags-list li a {
    text-decoration:none;
    margin:0 2px 0 0;
}
.tags-list li a:hover {
    text-decoration:underline;
}
/* Advanced Search */
.search-summary {
    padding:10px 10px 0;
    margin:10px 0 0;
    font-size:12px;
    background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_dots.gif) repeat-x 0 0;
}
.search-summary li {
    margin:2px 0;
}
/* Sitemap */
.page-sitemap .links {
    display:block;
    text-align:right;
    margin:0 20px -36px 0;
}
.page-sitemap .links a {
    position:relative;
}
.page-sitemap .sitemap {
    padding:0 20px;
    margin:15px 0;
    font-size:12px;
}
.page-sitemap .sitemap li {
    margin:3px 0;
}
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.checkout-cart-index .col-main {
    background:transparent url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/top-tr-shoppingpng.png) no-repeat scroll 0 0;
}
.checkout-cart-index .col-main .page-title .checkout-types {
    margin:0;
    top:0 !important;
}
.cart-empty {
    padding:20px;
    background:transparent;
}
.cart {
    background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_cart.gif) repeat-y 100% 0;
}
.cart .title-buttons {
    padding-right:15px;
}
.cart .messages, .cart .messages li {
    margin:0;
}
.cart .checkout-types {
    float:right;
    text-align:center;
    position:relative;
    top:10px;
    left:19px;
}
.cart .checkout-types .paypal-or {
    margin:0 8px;
    line-height:2.3;
}
.cart .checkout-types fieldset {
    display:inline;
}
.cart .checkout-types .btn-proceed-checkout span {
    background-image:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_btn-co.gif);
    height:27px !important;
    padding:0 0 0 13px !important;
}
.cart .checkout-types .btn-proceed-checkout span span {
    border:0;
    background-image:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_btn-co.gif);
    padding:1px 32px 0 19px !important;
    color:#fff;
    font:bold 15px/26px Arial, Helvetica, sans-serif !important;
    height:26px;
    text-transform:none;
    margin:0 !important;
}
.cart .title-buttons .checkout-types li {
    float:left;
    margin:0 0 5px 5px;
}
/* Shopping Cart Table */
.cart-table {
    border-width:1px 0;
}
.cart-table .item-msg {
    font-size:10px;
}
.cart-table thead th {
    vertical-align:bottom;
}
.cart-table tbody td {
    padding:12px;
}
.checkout-cart-index .cart-table .btn-continue span span {
    background-position: 100% 0 !important;
    padding: 5px 21px 0 10px !important;
}
.checkout-cart-index .cart-table .btn-continue span {
    -moz-background-clip:border !important;
    -moz-background-inline-policy:continuous !important;
    -moz-background-origin:padding !important;
    -x-system-font:none;
    background:transparent url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bg-buttom.png) no-repeat scroll 0 0 !important;
    color:#4678A8 !important;
    float:left !important;
    font-family:HelveticaCdMed, Arial, sans-serif;
    font-size:16px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
    height:34px !important;
    line-height:16px;
    padding:0 0 0 0px !important;
    text-align:center !important;
    white-space:nowrap;
}
.checkout-cart-index .cart-table .btn-update span span {
    background-position: 100% 0 !important;
    padding: 5px 21px 0 10px !important;
}
.checkout-cart-index .buttons-set button.button span span {
    background-position: 100% 0 !important;
    padding:4px 27px 0 10px !important;
}
.checkout-cart-index .buttons-set.button.button span {
    -moz-background-clip:border !important;
    -moz-background-inline-policy:continuous !important;
    -moz-background-origin:padding !important;
    -x-system-font:none;
    background:transparent url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bg-buttom.png) no-repeat scroll 0 0 !important;
    color:#4678A8 !important;
    float:left !important;
    font-family:HelveticaCdMed, Arial, sans-serif;
    font-size:16px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
    height:34px !important;
    line-height:16px;
    padding:0 0 0 0px !important;
    text-align:center !important;
    white-space:nowrap;
}
.checkout-cart-index .cart-table .btn-update span {
    -moz-background-clip:border !important;
    -moz-background-inline-policy:continuous !important;
    -moz-background-origin:padding !important;
    -x-system-font:none;
    background:transparent url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bg-buttom.png) no-repeat scroll 0 0 !important;
    color:#4678A8 !important;
    float:left !important;
    font-family:HelveticaCdMed, Arial, sans-serif;
    font-size:16px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
    height:34px !important;
    line-height:16px;
    padding:0 0 0 0px !important;
    text-align:center !important;
    white-space:nowrap;
}
.cart-table .btn-update {
    float:right;
}
.checkout-cart-index .shipping {
    margin:0px;
}
/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {
    clear:both;
    padding:45px 0 10px;
    position:relative;
    top:-50px;
    width:687px;
}
.cart .cart-collaterals .products-grid li.item {
    background: none !important;
}
.cart .cross-inside {
    background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_crosssell.gif) repeat-y 0 0;
}
.cart .cart-collaterals h2 {
    
    font-size:18px;
    font-weight:normal;
    margin:10px 0 0 0;
}
.cart .cart-collaterals h3 {
    color:#92b8dd;
    font-size:14px;
    font-weight:normal;
    padding-bottom:8px;
    width:250px;
    border-bottom:1px solid #dceaf7;
    margin-bottom:15px;
}
.cart .deals {
    float:left;
    width:280px;
    display:inline;
    margin:0 0 0 30px;
    font-size:12px;
}
.cart .deals p, .cart .deals label {
    margin:0 0 7px;
    display:block;
}
.cart .deals .input-text {
    width:140px;
    margin:0 5px 3px 0;
    float:left;
}
.cart .giftcard {
    position:relative;
    z-index:1;
}
.cart .giftcard button.check-gc-status {
    position:absolute;
    left:0;
    margin-top:5px;
    margin-left:0px !important;
}
.cart #giftcard-form .button {
    margin-left: 27px;
}
.cart .giftcard button.check-gc-status span {
    padding:0 !important;
    background:none !important;
    line-height:1.3 !important;
    color:#444 !important;
    height:auto !important;
    font-weight:normal !important;
    text-transform:none !important;
}
.cart .giftcard button.check-gc-status span span {
    text-decoration:underline;
    font-size:12px !important;
}
.cart .giftcard, .cart .discount {
    margin:0 0 20px 0;
}
.cart .cancel-btn {
    margin:5px 30px 0 0;
    clear:left;
}
.cart .shipping {
    float:left;
    margin:0 0 0 0px;
    display:inline;
    font-size:12px;
    width:280px;
    padding-top:25px;
}
.cart .shipping select {
    width:256px;
}
.cart .shipping .input-text {
    width:250px;
}
.cart .shipping p {
    margin:0 0 15px;
}
.cart .shipping .buttons-set {
}
.cart .shipping .form-list label {
    float:none;
    font-size:12px;
    font-weight:normal;
    padding:0;
    text-align:left;
}
.cart .shipping .form-list .input-text, .cart .shipping .form-list select {
    display:block;
    float:none;
    
    margin-top:5px;
}
.cart .crosssell {
    float:left;
    min-height:400px;
    width:260px;
    border-width:0 1px 0 0;
}
.cart .crosssell h2 {
    font-size:11px;
    color:#cd3800;
    font-weight:bold;
    text-transform:uppercase;
}
.cart .crosssell .item {
    padding:20px 0 0;
    border-top:1px solid #DCEAF7;
    padding-bottom:15px;
}
.cart .crosssell .product-image {
    display:inline;
    float:left;
    margin:7px -90px 0 0;
}
.cart .crosssell .product-shop {
    margin-left:90px;
}
.cart .crosssell .product-shop h3.product-name a {
    
    font-size:12px;
    text-decoration:none;
    text-transform:uppercase;
}
.cart .crosssell .product-name, .cart .crosssell .price-box, .cart .crosssell p, .cart .crosssell .add-to-links {
    margin:0 0 5px;
}
.cart .crosssell .price-box span span.price {
    font-size:20px;
    color:#203035;
    font-weight:normal !important;
}
.col-1 .crosssell h2 {
    color:#91B9E0;
    font-size:14px;
    font-family:arial;
    text-transform:none;
    font-weight:normal;
}
.cart .crosssell .add-to-links li {
    margin:0;
    display:none;
}
/* Shopping Cart Totals */
.cart .totals {
    clear:both;
    font-size:14px;
    padding:12px 15px 0;
    width:869px;/*	border-bottom: 1px solid #DCEAF7; */
}
.cart .totals table {
    width:100%;
}
.cart .totals table th, .cart .totals table td {
    
}
.cart .totals table tfoot strong {
    font-weight:bold;
    font-size:18px;
    
    display:block;
    margin:10px 0 15px;
}
.cart .totals table tfoot .summary-total td {
    padding:0 0 20px;
}
.cart .totals table tfoot th strong {
    margin:0;
}
.cart .totals table tfoot td .price {
    font-weight:bold;
}
.cart .totals .btn-remove {
    vertical-align:middle;
}
.cart .totals .btn-remove img {
    vertical-align:baseline;
}
.cart .totals .checkout-types li {
    margin:0 0 15px;
}
.cart .totals .checkout-types .paypal-or {
    clear:both;
    display:block;
    padding-top:8px;
    line-height:1.0;
    font-size:11px;
}
/* Options Tool Tip */
.item-options p {
    font-size:11px;
    font-weight:bold;
    text-transform:uppercase;
    padding:10px 12px 0 12px;
}
.item-options dt {
    font-weight:bold;
    padding:7px 0 7px;
}
.item-options dd {
    padding-bottom:5px;
}
.truncated {
    cursor:help;
    margin:5px 0 0;
    position:relative;
    z-index:1;
}
.truncated a.dots {
    cursor:help;
}
.truncated a.details {
    cursor:help;
    text-decoration:none;
    background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_dots.gif) repeat-x 0 100%;
    color:#514f4f;
}
.truncated .truncated_full_value {
}
.truncated .truncated_full_value .item-options {
    position:absolute;
    top:-99999em;
    left:-99999em;
    z-index:999;
    padding:0;
    width:190px;
    border:1px solid #c8c8c8;
    border-bottom:1px solid #919191;
    background-color:#fff;
}
.truncated .truncated_full_value .item-options dl {
    margin-right:-9px;
    position:relative;
    z-index:9999;
    padding:0px 21px 10px 12px;
    background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_truncated.gif) no-repeat 100% 38px;
}
.truncated .show .item-options {
    top:-20px;
    left:50%;
}
.col-left .truncated .show .item-options {
    left:30px;
    top:7px;
}
.col-right .truncated .show .item-options {
    left:-240px;
    top:7px;
}
.top-cart .truncated .show .item-options {
    top:-60px;
    left:-206px;
}
.block-cart .truncated .show .item-options {
    top:-60px;
    left:-206px;
}
/* Item options in the cart */
.data-table .item-options dt {
    padding:3px 0 0 10px;
    background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_bulletsm.gif) 0 .8em no-repeat;
}
.data-table .item-options dd {
    padding:0 0 3px 10px;
}
.data-table .item-options dd .price {
    font-weight:bold;
    margin-left:5px;
}
/* ======================================================================================= */


/* Checkout ============================================================================== */
/* One Page */
.checkout-onepage-index .opc ul.form-list {
    width:660px;
}
.checkout-onepage-index .col-main {
    padding:20px 0 0;
}
.opc-wrapper {
    background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_cols.gif) repeat-y -573px 0;
}
.opc-wrapper .page-title {
    margin:0;
    position:relative;
    z-index:1;
}
.opc-wrapper .page-title .callout {
    position:absolute;
    top:7px;
    right:20px;
    z-index:1;
}
/* Block: Checkout Progress */
.opc-progress-container {
    float:left;
    width:205px;
}
.opc-progress-container .opc-block-progress {
    background:#fff;
}
.opc-progress-container .opc-block-progress .block-title {
    padding:17px 11px 10px 6px;
    background:none;
    border:0;
    /*border-bottom:1px solid #cfcfcf;*/
    border-bottom: 1px dotted #A5BAC8;
    margin-left:15px;
}
.opc-progress-container .opc-block-progress .block-title strong {
    font:12px/1.1 Arial, Helvetica, sans-serif;
    padding:0;
    
    font-weight: bold;
}
.opc-progress-container .opc-block-progress .block-content {
    padding: 0 0 17px 15px;
}
.opc-progress-container .opc-block-progress dt {
    /*font-weight:bold;
	margin:2px 0 8px;*/
    background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_dots.gif) repeat-x 0 100%;
    font-size:12px;
    padding-bottom:1px;
    border-bottom:1px dotted #A5BAC8;
    
    display: block;
    padding: 5px 13px 4px 0;
    text-decoration: none;
}
.opc-progress-container .opc-block-progress dt.complete {
    font-weight:bold;
    margin:2px 0 4px;
}
.opc-progress-container .opc-block-progress dt.complete a {
    font-weight:normal;
    text-transform:lowercase;
}
.opc-progress-container .opc-block-progress dd.complete {
    margin:5px 0 8px;
    padding:5px;
}
.opc-progress-container .block-progress .cards-list dd {
    padding:0;
}
.opc-progress-container .block-progress .cards-list .info-table th {
    font-weight:normal;
}
.opc {
    float:right;
    width:705px;
}
.opc li.section {
    position:relative;
}
.opc .step-title {
    margin:0 0 1px;
}
.opc .step-title .number {
    display:none;
}
.opc .step-title h2 {
    /*background-color:#e6e6e6;
	color:#686868;
	font-size:11px;
	line-height:22px;
	padding:0 14px;
	font-weight:bold;
	text-transform:uppercase;*/

    background: url("https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/address-book-disabled.png") no-repeat scroll 0 0 transparent;
    color: #bdc1c3;
    cursor: default;
    font-size: 14px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin-top: 4px;
    padding: 5px 20px 2px;
    text-transform: capitalize;
}
.opc .allow .step-title {
}
.opc .allow .step-title h2 {
    /*background-color:#656565;*/
    color:#BDC1C3;
    cursor:pointer;
}
.opc .active {
}
.opc .active .step-title {
    margin:0 0 0;
    padding:0 0 0 0;
}
.opc .active .step-title h2 {
    /*background:#d12c01 url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_active-step.gif) repeat-x 0 0;*/
    /*border-bottom:1px solid #cfcfcf;*/
    background:transparent url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/address-book.png) no-repeat scroll 0 0;
    color:#1060AB;
    text-transform:capitalize;
    font-weight:bold;
    cursor:default;
    font-size:14px;
    padding:5px 20px 2px;
    line-height:32px;
    height:32px;
    margin-top:4px;
}
.opc .step {
    padding:20px;
    min-height:300px;
    font-size:12px;
    background:#fcfcfc;
    border-top:0;
    margin-right: 13px;
}
.opc .step .tool-tip {
    right:10px;
}
.opc .order-review {
}
/* Steps */
.opc .form-alt .input-box {
    width:695px;
}
.opc .form-alt .input-box select {
    width:600px;
}
#checkout-step-login {
    height:auto !important;
    min-height:0 !important;
    padding:0;
}
#checkout-step-login .col2-set {
    padding:20px 20px 30px;
    background:#fcfcfc url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_cols.gif) repeat-y 195px 0;
    height:auto !important;
    min-height:0 !important;
}
#checkout-step-login .login-only {
    background-image:none;
}
#checkout-step-login h4 {
    font-size:16px;
    
    font-weight:normal;
    margin:0 0 15px;
}
#checkout-step-login .col2-set .col-1 {
    width:48%;
}
#checkout-step-login .col2-set .col-2 {
    width:48%;
}
#checkout-step-login .col2-set .col-2 .radio {
    margin-right:5px;
}
#checkout-step-login .col2-set .col-2 li {
    padding-left:10px;
    background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_bulletsm.gif) no-repeat 0 0.5em;
}
#checkout-step-login .col2-set .col-2 .form-list li {
    background:none;
    padding-left:0;
}
#checkout-step-login .form-list label, #checkout-step-login .form-list .label {
    width:90px;
}
#checkout-step-login .btn-only {
    padding:0 0 0 105px;
    text-align:left;
    width:214px;
}
#checkout-step-login .btn-only .button {
    float:right;
}
#checkout-step-login p {
    margin:0 0 15px;
}
#checkout-step-login .form-list p {
    padding-left:105px;
    margin:0;
}
#checkout-step-login .form-list .input-text {
    width:210px;
}
.opc .buttons-set .opc .form-buttons {
    width:auto;
    text-align:right;
}
.opc .buttons-set p.back-link {
    text-align:left;
}
.opc .form-buttons {
    width:auto;
    text-align:right;
}
.opc .buttons-set .button, .opc .form-buttons .button {
    float:right;
    margin:0;
}
.opc p.required {
    text-align:right;
    width:auto;
    padding-left:0;
}
.checkout-onepage-payment-additional-customerbalance {
    margin-bottom:5px;
}
.checkout-onepage-payment-additional-customerbalance .checkbox {
    margin-left:0;
}
/*
#checkout-step-shipping_method .buttons-set,
#opc-payment .buttons-set { width:521px; margin-top:10px; margin-bottom:0; }
#checkout-step-shipping_method .buttons-set .back-link,
#opc-payment .buttons-set .back-link { width:245px; padding-right:15px; float:left; text-align:right; }
#checkout-step-shipping_method .buttons-set .back-link a,
#opc-payment .buttons-set .back-link a { display:inline; float:none; }
#checkout-step-shipping_method p.required,
#opc-payment p.required { padding:0 0 0 260px; }
#opc-payment p.note { padding:10px 0; font-size:11px; }
*/

#checkout-step-review {
    padding:0;
}
#checkout-step-review .data-table {
    border:0;
    font-size:12px;
}
th {
    font-weight:bold;
}
#checkout-step-review .data-table .item-options {
    font-size:11px;
}
#checkout-step-review .data-table thead th {
    vertical-align:bottom;
    font-size:12px;
}
#checkout-step-review .data-table .product-name {
    font-size:12px;
}
#checkout-step-review .data-table tfoot tr.last strong {
    font-size:14px;
}
#checkout-step-review .buttons-set {
    padding:15px 20px;
    margin:0;
}
.opc .checkout-agreements {
    margin:20px;
}
/* Multiple Addresses Checkout */
.checkout-progress, .checkout-progress li.first span, .checkout-progress li.last span {
    background-image:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_crumbs.gif);
    background-repeat:no-repeat;
}
.checkout-progress {
    padding:0 0 0 0;
    border-bottom:1px solid #cfcfcf;
    background-color:#ededed;
    text-align:center;
    margin:-21px -21px 5px;
    font-size:11px;
    font-weight:bold;
    text-transform:uppercase;
    width:940px;
    position:relative;
    z-index:2;
}
.checkout-progress li {
    float:left;
    width:20%;
    text-align:center;
    color:#888;
    line-height:20px;
}
.checkout-progress li span {
    display:block;
    text-align:center;
    border-right:1px solid #cfcfcf;
}
.checkout-progress li.first span {
    background-position:0 0;
}
.checkout-progress li.last span {
    background-position:100% 0;
    border:0;
}
.checkout-progress li.active span {
    color:#fff;
    background-color:#d12c01;
}
.multiple-checkout {
    position:relative;
    z-index:1;
}
.multiple-checkout .data-table thead th {
    vertical-align:bottom;
}
.multiple-checkout .col3-set .actions {
    border:1px solid #e4e4e4;
    padding:3px 9px 4px;
    float:left;
}
.multiple-checkout .col3-set address {
    padding:10px;
    clear:both;
}
.multiple-checkout .col3-set, .multiple-checkout .col2-set {
    margin:0 0 15px;
}
.multiple-checkout .buttons-set {
    padding:15px 0;
    clear:both;
    width:auto;
}
.multiple-checkout .buttons-set .button {
    float:right;
}
.multiple-checkout .tool-tip {
    top:50%;
    margin-top:-120px;
    right:10px;
}
.multiple-checkout .grand-total {
    font-weight:normal;
    font-size:18px;
    color:#cd3800;
    text-align:right;
    display:block;
    margin:10px 0 15px;
}
.multiple-checkout .grand-total .price-label {
    font-weight:normal;
}
.multiple-checkout .grand-total .price {
    font-weight:bold;
}
.multiple-checkout .sp-methods {
    font-size:12px;
}
.multiple-checkout .checkout-multishipping-payment-customerbalance {
    font-size:12px;
    margin-bottom:7px;
}
.multiple-checkout .fieldset label {
    font-size:11px;
}
.multiple-checkout .gift-item .fieldset {
    font-size:11px;
    width:380px;
}
/* Review Details */
#checkout-step-review .data-table .btn-remove, .checkout-multishipping-overview .data-table .btn-remove, #details-table .btn-remove {
    display:-moz-inline-stack;
    display:inline-block;
    vertical-align:middle;
}
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt {
    font-weight:bold;
    margin-bottom:5px;
}
.sp-methods dd {
    margin:0 0 7px;
}
.sp-methods dd li {
    margin:5px 0;
}
.sp-methods .price {
    font-weight:bold;
}
.sp-methods .form-list {
    padding-left:20px;
    margin:15px 0;
}
.sp-methods .form-list .input-text {
    width:250px;
}
.sp-methods .form-list select {
    width:256px;
}
.sp-methods .form-list label {
    width:155px;
}
.sp-methods select.month {
    width:150px;
    margin-right:10px;
}
.sp-methods select.year {
    width:96px;
}
.sp-methods input.cvv {
    width:3em !important;
}
.sp-methods .input-box {
    line-height:21px;
}
.sp-methods .radio, .sp-methods .checkbox {
}
.sp-methods .v-fix .validation-advice {
    margin-right:-250px;
    posittive;
    z-index:1;
    width:250px;
}
.sp-methods .adv-container {
    padding-left:170px;
}
.sp-methods .centinel-logos a {
    margin-right:3px;
}
.sp-methods .centinel-logos img {
    vertical-align:middle;
}
.sp-methods .release-amounts {
    margin:1.5em 0 2em;
}
.sp-methods .release-amounts button {
    float:left;
    margin:5px 10px 0 0;
}
.checkmo-list li {
    margin:0 0 4px;
}
.checkmo-list label {
    padding-top:0;
}
.checkmo-list address {
    float:left;
}
.please-wait {
    position:absolute;
    z-index:99;
    top:50%;
    left:50%;
    margin:-34px 0 0 -90px;
    border:5px solid #1060ab;
    font-size:12px;
    color:#1060ab;
    font-weight:bold;
    background:#fff;
    padding:20px;
    white-space:nowrap;
}
.cvv-what-is-this {
    cursor:help;
    margin-left:5px;
}
/* Payment Bridge */
.pbridge-reload {
    display:block;
    text-align:right;
}
.pbridge-reload a {
    color:#1e75b4;
    font-size:11px;
}
/* Tooltip */
.tool-tip {
    border:1px solid #ddd;
    background-color:#f6f6f6;
    padding:5px;
    position:absolute;
    z-index:9999;
}
.tool-tip .btn-close {
    text-align:right;
}
.tool-tip .tool-tip-content {
    padding:5px;
}
/* Gift Messages */
.add-gift-message {
    padding:20px 0;
}
.add-gift-message h3 {
    font-size:16px;
    font-weight:normal;
    color:#000;
    line-height:19px;
    margin:0 0 10px;
}
.add-gift-message p {
    margin:10px 0;
}
.gift-message-form {
    border:1px solid #d1d1d1;
    background:#f5f5f5 url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_block.gif) repeat-x 0 0;
}
.gift-message-form .fieldset {
    padding:10px 0 10px;
}
.gift-message-form .fieldset .input-text, .gift-message-form .fieldset textarea {
    width:200px;
}
.gift-message-form .fieldset textarea {
    width:200px;
    height:8em;
}
.gift-message-form .inner-box {
    padding:0;
    height:300px;
    overflow:auto;
}
.gift-message-form .inner-box h5, .gift-message-form .inner-box h4 {
    font:14px/1.25 Arial, Helvetica, sans-serif;
    padding:0 20px;
    color:#222;
    margin:17px 0;
}
.gift-message-form .inner-box p {
    margin:10px 0;
    padding:0 20px;
}
.gift-message-form .gift-item {
    padding:5px 0 0;
    background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_dots.gif) repeat-x 0 100%;
}
.gift-message-form .gift-item .number {
    padding:5px 20px 5px;
    margin-bottom:0;
    background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_dots.gif) repeat-x 0 100%;
    color:#adadad;
    font-weight:bold;
}
.gift-message-form .gift-item .product-img-box {
    background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_dots.gif) repeat-y 100% 0;
    float:left;
    width:150px;
    padding-right:15px;
}
.gift-message-form .gift-item .product-image {
    text-align:center;
    margin:20px;
}
.gift-message-form .gift-item .product-name {
    font-size:12px;
    margin:20px 0 5px;
    text-align:center;
}
.gift-message-form .gift-item .fieldset {
    float:left;
    background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_dots.gif) repeat-y 0 0;
    padding:20px 0 10px 10px;
    margin:0 0 0 -2px;
}
.gift-message-form .gift-item .fieldset label {
    width:80px;
}
.gift-message-form .gift-item .gift-wrapping-form {
    padding:0 20px;
}
.gift-options-for-order {
    padding:0 40px;
}
.gift-options-for-order .fieldset {
    padding:0;
}
.gift-options-for-order .fieldset p {
    padding:0;
}
.gift-options-for-order .fieldset label {
    width:80px;
}
.gift-options-for-order .fieldset .input-text, .gift-options-for-order .fieldset textarea {
    width:340px;
}
.gift-wrapping-form {
    padding:0 0 10px;
}
.gift-wrapping-form img {
    border:1px solid #ccc;
    float:left;
    margin-right:10px;
}
.gift-wrapping-form label {
    margin-right:10px;
    vertical-align:middle;
}
.gift-wrapping-form .gift-wrapping-design {
    overflow:hidden;
    padding:10px 0 0;
    width:100%;
}
.gift-message-link {
    display:block;
    background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_collapse.gif) 0 4px no-repeat;
    padding-left:20px;
}
.gift-message-link.expanded {
    background-position:0 -53px;
}
.gift-message-row {
}
.gift-message-row .btn-close {
    float:right;
    width:13px;
    height:12px;
    background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/gift-message-close.gif) 0 0 no-repeat;
    text-indent:-999em;
    overflow:hidden;
}
.gift-message dt strong {
    font-weight:bold;
}
/* Checkout Agreements */
.checkout-agreements {
}
.checkout-agreements li {
    margin:10px 0;
}
.checkout-agreements .agreement-content {
    border:1px solid #d8cea8;
    font-size:11px;
    height:10em;
    overflow:auto;
}
.checkout-agreements .agree {
    padding:10px 0;
    font-size:12px;
    font-weight:bold;
}
.checkout-agreements .agree .checkbox {
    margin-right:5px;
}
/* Centinel */
.centinel {
    margin:10px 0;
}
.centinel p {
    margin:0 0 10px;
}
.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 {
    margin:0;
    padding:20px;
}
/* Checkout Success */
.checkout-onepage-success .col-main {
    font-size:12px;
}
.checkout-onepage-success .col-main p {
    margin:0 0 10px;
}
/********** Common Checkout Styles > */
/* ======================================================================================= */


/* Invitation page ======================================================================= */
#invitationForm p.required {
    padding-bottom:20px;
}
/* Compare popup ========================================================================= */
.catalog-product-compare-index tr.last a, .catalog-product-compare-index tr.first a {
    color:#999;
}
.catalog-product-compare-index tr.last p, .catalog-product-compare-index tr.first p {
    margin:10px 0;
}
.catalog-product-compare-index tr.first .product-name a {
    color:#333;
}
/* Account Login/Create Pages ============================================================ */
.my-account {
}
.account-login {
}
.login-only {
    background:none;
}
.login-only .registered-users {
    float:none;
    margin:0 auto;
}
.account-login .new-users {
    width:441px;
    padding:34px 0 0 0px;
}
.account-login .registered-users {
    padding:35px 0 0 0px;
    width:441px;
}
.account-login .registered-users p {
    margin-top:16px;
    font-size:14px;
    margin-left:12px;
    margin-bottom:19px;
}
.account-login .spacer {
    position:absolute;
    top:100%;
    left:447px;
    margin-top:-1px;
    width:16px;
    height:3px;
    font-size:0;
    line-height:0;
    background:#fff;
    overflow:hidden;
}
.account-login .fieldset {
    margin:0;
}
.account-login .fieldset h2 {
    margin-bottom:0.5em;
    font-weight:bold;
    color:#1060AB;
    font-family:arial;
    font-size:14px;
    weight:bold !important;
    margin-left:13px;
    padding-top:11px;
}
.account-login .form-list label, .account-login .form-list span.label {
    width:98px;
    
    text-align:left;
}
.account-login p.required, .account-login .btn-only {
    padding-left:121px;
    padding-top:8px;
    text-align:right;
    width: 243px;
}
.account-login .btn-only a {
    color:#105FAB;
    display:inline;
    float:left;
    font-size:12px;
    margin-top:5px;
    white-space:nowrap;
}
.account-login .form-list input.input-text {
    width:224px;
}
.account-login .form-list p {
    padding:0 0 0 110px;
}
.account-create {
}
/* My Account ============================================================================= */
/********** < Dashboard */
.dashboard {
}
.dashboard .welcome-msg, .dashboard .col2-set, .dashboard .recent-orders {
    padding:0 0 20px;
}
/* Block: Tags */
.dashboard .tags {
    padding:0 0 20px;
}
.dashboard .tags p {
    display:inline;
}
.dashboard .tags .product-name {
    margin:0 0 3px;
    font-size:11px;
    line-height:17px;
}
.dashboard .tags li {
    margin:0 0 8px;
}
.dashboard .tags .number {
    float:left;
    border:1px solid #ddd;
    text-align:center;
    line-height:17px;
    width:15px;
    margin-right:-20px;
}
.dashboard .tags .details {
    margin-left:25px;
}
/* Block: Reviews */
.dashboard .reviews {
    padding:0 0 20px;
}
.dashboard .reviews .product-name {
    margin:0 0 3px;
}
.dashboard .reviews p {
    float:left;
    margin-right:5px;
}
.dashboard .reviews li {
    margin:0 0 5px;
}
.dashboard .reviews .number {
    float:left;
    border:1px solid #ddd;
    text-align:center;
    line-height:17px;
    width:15px;
    margin-right:-20px;
}
.dashboard .reviews .details {
    margin-left:25px;
}
/********** Dashboard > */

/* Adress Book */
.addresses-list .box-content {
    font-size:12px;
}
.addresses-list .col-2 li {
    padding:0 0 10px;
}
.addresses-list .col-2 li .actions {
    border:1px solid #e4e4e4;
    padding:3px 9px 4px;
    float:left;
}
.addresses-list .col-2 li address {
    padding:10px;
    clear:both;
}
/* Order View */
.order-page {
}
.order-page .order-date {
    margin:0 0 20px;
    color:#6c6c6c;
    font-size:11px;
}
.order-page .col2-set {
    padding-bottom:20px;
}
.order-details .link-print {
    background:none;
    padding:0;
}
.order-details .order-additional, .order-details .data-table {
    margin-bottom:20px;
}
.order-details .order-additional dt {
    font-weight:bold;
    background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_dots.gif) repeat-x 0 100%;
    padding:0 0 5px;
    margin:0 0 5px;
}
.order-details .order-additional dd {
    padding:10px;
    margin:0 0 10px;
}
.order-details dl.gift-message {
    margin:0 20px;
}
.order-details .gift-message dt {
    margin:1px 0;
    padding:2px 10px;
    background:#e6e6e6;
}
.order-details .gift-message dd {
    border:1px solid #c7c7c7;
    background:#fff;
    padding:10px;
    margin:0 0 10px;
    white-space:pre-wrap;
    word-wrap:break-word
}
.order-links {
    margin:0 0 10px;
    text-align:right;
    padding-bottom:5px;
    background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_dots.gif) repeat-x 0 100%;
    text-align:right;
}
.order-info {
    margin-bottom:5px;
    border-bottom:1px solid #c4c4c4;
}
.order-info dt {
    padding:6px 20px 0 10px;
    color:#6c6c6c;
    float:left;
}
.order-info dd {
    float:left;
}
.order-info ul {
    float:left;
}
.order-info li {
    float:left;
    position:relative;
    z-index:2;
    margin-right:3px;
    background:#dedede url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_collateral-tabs.gif) no-repeat 0 -39px;
    color:#222;
    padding:0 0 0 17px;
    font-size:12px;
}
.order-info li strong, .order-info li a {
    text-decoration:none;
    background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_collateral-tabs.gif) no-repeat 100% -39px;
    padding:0 17px 0 0;
    line-height:24px;
    float:left;
}
.order-info li.current {
    margin-bottom:-1px;
    color:#000;
    font-weight:bold;
    z-index:3;
    border-bottom:0;
    background:#fff url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_collateral-tabs.gif) 0 0 no-repeat;
    display:none;
}
.order-info li.current strong {
    background-position:100% 0;
    padding-bottom:1px;
}
.order-info dt {
    font-weight:bold;
}
/* Manage Newsletter Subscription */
.newsletter-manage-index .form-buttons .button {
    float:left;
    margin:0;
}
/* Wishlist */
.my-wishlist textarea {
    width:99%;
    height:10em;
    padding: 7px 15px 5px 8px !important;
    border: 1px solid #d6d6d6;
}
.my-wishlist .truncated .truncated_full_value .item-options dl {
    background-image:none;
    margin-rigth:0;
    padding-right:12px;
}
#wishlist-table .price-box {
    margin:3px 0;
}
#wishlist-table button.btn-cart {
}

#wishlist-table td.last{
    min-width: 250px;
}
#wishlist-table .btn-remove{
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}
/* Store credit */
.storecredit .account-balance {
    margin:0 0 20px;
    padding:0 0 10px;
    font-size:12px;
    background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_dots.gif) repeat-x 0 100%;
}
.storecredit .account-balance .price {
    font-weight:bold;
}
.giftcard-redeem {
    padding-bottom:20px;
}
.giftcard-redeem .input-box {
    margin-right:5px;
}
/* Gift card */
.giftcardaccount {
    position:relative;
    z-index:1;
    padding-top:1px;
}
.giftcard-status .messages, .giftcardaccount .messages {
    margin-bottom:10px;
}
.giftcardaccount p {
    margin:15px 0;
    font-size:12px;
}
.giftcardaccount .fieldset {
    margin:0;
}
.giftcardaccount .btn-only {
    margin:0 0 15px;
}
/* Gift Card Status Check */
.giftcard-status .gift-card-info, .giftcard-status p.error-msg, .giftcardaccount #giftcard_balance_lookup .gift-card-info, .giftcardaccount #giftcard_balance_lookup p.error-msg {
    margin:10px 0 20px;
}
.gift-card-info {
    margin:10px 0;
    padding:10px 10px 5px;
    border:1px dashed #d9d9d9;
    background:#fcf7f5;
}
.gift-card-info p {
    font-size:12px;
    margin:0 0 5px;
}
.gift-card-info .giftcard-number {
    font-weight:bold;
}
.gift-card-info .form-list label {
}
.gift-card-info .btn-only {
    padding-left:0;
}
#gc-please-wait {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity:0.8;
    opacity:0.8;
}
/* Print Pages */
.page-print .print-head {
}
.page-print .print-head img {
    float:left;
}
.page-print .print-head address {
    float:left;
    margin-left:15px;
}
.page-print h2.h2 {
    margin:15px 0 10px;
}
.page-print .col2-set {
    margin:10px 0 20px;
}
/* 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;
}
/* Tagged products */
.my-tag-edit {
    float:left;
}
.my-tag-edit .btn-remove {
    float:right;
    margin:-3px 0 0 5px;
    position:relative;
}
#my-tags-table .price-box {
    margin:5px 0;
}
#my-tags-table .last {
    text-align:center;
}
#my-tags-table .last p {
    margin:10px 0;
}
/* Reward Points */
.my-rewards .box {
    margin:0 0 30px;
}
.my-rewards .info-box .box-title {
    margin:10px 10px;
}
.my-rewards .info-box .box-content {
    padding:0 10px 10px;
}
.my-rewards p.error {
    display:inline;
    color:#d91a00;
}
.my-rewards dl {
    font-size:12px;
}
.my-rewards dl dt {
    font-weight:bold;
    font-size:13px;
    margin-top:10px;
}
.my-rewards dl dt span {
    color:#d12c01;
}
.my-rewards dl dd.last {
    margin:7px 0 0;
}
.my-rewards .form-list label {
    width:auto;
}
.my-rewards .form-list .control .input-box {
    position:static;
    margin:0 5px 0 0;
}
.my-rewards .data-table small {
    display:block;
    font-size:1em;
    color:#808080;
}
/* Billing Agreements */
.billing-agreements .info-box {
    margin:15px 0;
}
.billing-agreements .info-box p {
    margin:0 0 9px;
}
.billing-agreements .form-list li button.button {
    float:left;
    margin-left:10px;
}
/* Gift Registry Functionality */
.btn-gift-registry {
    background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/i_gift-registry3.gif) 0 0 no-repeat;
    padding:3px 0 0 33px;
    text-align:left;
}
.btn-gift-registry .input-box {
    margin:0 0 7px;
}
.btn-gift-registry select {
    width:100%;
}
.gift-registry-name {
    background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/i_gift-registry2.gif) 0 0 no-repeat;
    margin:3px 0 0;
    padding:0 0 0 20px;
    line-height:18px;
}
/* Block: Gift Registry Search */
.sidebar .block-gr-search .form-alt .input-box {
    width:148px;
    margin:3px 0 0;
    padding:0;
}
.sidebar .block-gr-search .form-alt input.input-text {
    width:142px;
}
.sidebar .block-gr-search .form-alt select {
    width:148px;
}
.block-gr-search p.note {
    margin:0 0 3px;
    text-align:right;
    color:#f15c22;
}
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer-before-container {
    margin:0 0 3px;
    text-align:left;
    clear: both;
    width: 944px;
}
.form-subscribe {
    float:left;
    width:183px;
    padding:12px 17px 0 0
}
.form-subscribe label {
    
    margin:6px 0;
    font-size: 12px;
}
.form-subscribe .validation-advice {
    width:180px;
}
.footer-container {
    text-align:left;
    width: 945px;
}
.footer {
    background: url("https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/boder-footer.png") no-repeat scroll left bottom transparent;
    margin-top: 25px;
    padding-bottom: 8px;
    width: 949px;
}
.footer ul, .footer ul.links {
    display:block;
    float:left;
    width:160px;
    margin:0 0 0 19px;
    padding:0;
}
.footer ul.links li, .footer ul li {
    display:block;
    vertical-align:top;
    margin: 0px;
    padding:0;
}
.logo-block {
    float: left;
    margin-right: 32px;
    position: relative;
    top: 2px;
}
.social-block {
    clear:both;
    float:left;
    padding-top:58px;
    width:944px;
}
.social-links {
    float:right;
}
.social-links span {
    color:#95BBDF;
    margin-right:8px;
    position:relative;
    top:18px;
    font-size:14px;
    font-style:italic;
    font-weight:bold;
    float: left;
}
.footer-block ul {
    padding-top:42px;
}
.footer-block ul li.footer-block-title {
    border-bottom:1px dotted;
    
    font-size:14px;
    font-weight:bold;
    padding-bottom:5px;
    width:120px
}
.footer-block ul li a {
    font-size:11px;
    font-weight:normal;
}
#newsletter {
    display:block;
    float:left;
    height:21px;
    width:143px;
    padding:5px 0 10px 10px;
}
.newsletter-blog {
    background: url("https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/top-li-home.png") no-repeat scroll left top transparent;
    border-top: 1px solid #D7E1E4;
    clear: both;
    float: left;
    margin: 11px 0 0px;
}
.footer-newsletter {
    float:left;
    padding-top:25px;
}
.footer-newsletter .form-subscribe {
    background:transparent no-repeat scroll 0 3px; /*url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_newsletter.gif)*/
    float:left;
    padding:12px 17px 0 0;
    width:198px;
}
.footer-blog {
    background: url("https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/dootor.png") no-repeat scroll left top transparent;
    float: left;
    margin-top: 25px;
    padding-left: 28px;
    width: 697px;
    height: 150px;
}
.footer-blog p {
    
    float:left;
    font-size:12px;
    width: 540px;
}
.footer-blog img {
}
.footer-newsletter p {
    margin-bottom:0px;
}
.form-subscribe .v-fix {
    background: url("https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/join-now.png") repeat scroll 0 0 transparent;
    height: 38px;
    margin-top: 5px;
    width: 129px;
}
.widget-static-block .footer-banner .solar {
    margin-right:6px;
    margin-top:2px;
}
address.copyright {
    clear:both;
    color:#588ABC;
    float:left;
    font-size:11px;
    font-weight:bold;
    margin-right:12px;
    margin-top: 9px;
}
.links {
    float: left;
    margin-top: 8px;
    right: 445px;
}
.links li a {
    background: url("https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/li-footer-border.jpg") no-repeat scroll right center transparent;
    color: #588ABC;
    font-size: 11px;
    font-style: normal;
    padding-left: 4px;
    padding-right: 10px;
}
.links li.last a {
    background: none;
}
/* ======================================================================================= */


/* Some sample data cms styles ================================================================================ */
.page-head-alt {
}
.page-head, .page-head-alt {
    margin-bottom:20px;
    padding:23px 20px 11px;
}
.col-main .page-head, .col-main .page-head-alt {
    margin:0 -20px 20px;
}
.page-head-alt .link-rss {
    float:right;
    margin-top:8px;
}
.page-head h2, .page-head h3, .page-head-alt h3, .page-head-alt h2 {
    font:normal 22px/27px Arial, Helvetica, sans-serif;
    color:#d12c01;
}
/* Restricted ================================================================================ */
.restriction-index-stub .page {
    width:652px;
    padding-bottom:3px;
}
.restriction-index-stub .main {
    margin-top:100px;
    min-height:0;
    height:auto !important;
    padding:13px;
    text-align:center;
    margin-bottom:0;
}
.restriction-index-stub .col-main {
    color:#dedede;
    height:auto !important;
    min-height:230px;
    height:230px;
    font-size:16px;
    background:#4a4a4a url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/logo-offline.gif) no-repeat 50% 95px;
    padding:170px 60px 40px;
}
.restriction-index-stub .page-title {
    margin:0 0 15px !important;
    padding:0 !important;
    border:0 !important;
    background:none;
}
.restriction-index-stub .col-main h1, .restriction-index-stub .col-main h2 {
    font:italic 35px Georgia, "Times New Roman", Times, serif;
    color:#fff;
}
.restriction-index-stub .header-container, .restriction-index-stub .footer-container {
    display:none;
}
.restriction-index-stub .copyright {
    background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_shadow-offline.gif) 50% 0 no-repeat;
    padding:15px 0 0;
    margin:0;
}
/* Old private sales index ================================================================================ */
.private-sales-index {
    background:#2b2b2b;
    margin:110px 0 60px;
    padding:40px 0;
}
.private-sales-index .box {
    border:1px solid #e2ded0;
    background:#fff url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_ps.gif) no-repeat 50% 13px;
    padding:50px 13px 0;
    width:657px;
    margin:0 auto;
}
.private-sales-index .box .content {
    padding:0 60px 70px;
    background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_ps.gif) no-repeat 50% 100%;
    font-size:14px;
}
.private-sales-index .box .content p {
    text-align:center;
}
.private-sales-index .box .content a {
    color:#444444;
}
.private-sales-index .box .content h1 {
    background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_ps-logo.gif) no-repeat 50% 0;
    padding:60px 0 5px;
    font-size:29px;
    font-weight:normal;
    color:#ec4e00;
}
.private-sales-index .box .content .description {
    background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_ps-descr.gif) no-repeat 50% 0;
    margin:40px auto 0;
    width:433px;
    padding:30px 50px 30px;
    font:normal 20px Georgia, "Times New Roman", Times, serif;
    font-style:italic;
    color:#817268;
}
.col1-layout .private-sales-index {
    margin:0 -20px -31px;
    height:auto !important;
    height:350px;
    min-height:350px;
}
/* Private sales index ==========================================================================
.private-sales-index { background:#fffdf9 url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_ps-home.jpg) no-repeat 50% 88px; padding-top:90px; }
.private-sales-index .box {}
.private-sales-index .box .content {}
.private-sales-index .box .content p { padding-top:475px; text-align:center; color:#444444; font-size:18px; }
.private-sales-index .box .content a { color:#c12900; }
.private-sales-index .box .content h1 { display:none; }
.private-sales-index .box .content .description { display:none; }

.col1-layout .private-sales-index { margin:0 -20px -31px; background-position:0 20px; padding-top:20px; height:auto !important; height:550px; min-height:550px; } */

/* Private sales demo ==================================================================== */
.cms-private-sales-home {
    background-color:#fffdf9;
}
.private-sales-demo {
    background:#fffdf9 url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_ps-home.jpg) no-repeat 50% 88px;
    padding-top:90px;
}
.private-sales-demo h1 {
    display:none;
}
.private-sales-demo p {
    padding-top:475px;
    text-align:center;
    color:#444444;
    font-size:18px;
}
.private-sales-demo a {
    color:#c12900;
}
.col1-layout .private-sales-demo {
    margin:0 -20px -31px;
    background-position:0 20px;
    padding-top:20px;
    height:auto !important;
    height:550px;
    min-height:550px;
}
/* ======================================================================================= */


/* Clears ================================================================================ */
.product-options dt:after, #bundleProduct:after, .events-slider:after, .product-image-popup .nav:after, .gift-item:after, .block-list li.item:after, .block-poll li:after, .currently li:after, .order-info:after, .top-cart .actions:after, .header .quick-access:after, .product-view .box-related li.item:after, .bundle-summary .product:after, .collateral-tabs:after, .block-cart .block-content .item:after, .clearer:after, .header-container:after, .header-container .top-container:after, .header:after, .header-panel:after, #nav:after, .main:after, .footer-before-container:after, .footer-container:after, .footer:after, .col-main:after, .col2-set:after, .col3-set:after, .col4-set:after, .search-autocomplete li:after, .block li.item:after, .block .actions:after, .mini-products-list li:after, .cms-index-index .block-featured li.item:after, .title-buttons:after, .pager:after, .sorter:after, .ratings:after, .add-to-box:after, .add-to-cart:after, .products-grid:after, .products-list li.item:after, .product-view:after, .product-view .product-img-box .more-views ul:after, .product-view .box-tags .form-add-tags:after, .product-options .options-list li:after, .options-container-small .product-options:after, .product-options-bottom:after, .product-review:after, .box-collateral:after, .box-collateral .box-content:after, .collateral-tabs .tab-content:after, .account-login:after, .cart .cart-collaterals:after, .cart:after, .opc .step-title:after, .checkout-progress:after, .form-list li:after, .form-list li.fields .field:after, .clearfix:after, .buttons-set:after, .buttons-set2:after, .page-print .print-head:after, .new-product-spotlight .more-new .item:after, .addresses-list .col-2 li:after, .product-view .product-shop:after {
    display:block;
    content:".";
    clear:both;
    font-size:0;
    line-height:0;
    height:0;
    overflow:hidden;
}

.block-layered-nav .currently ol {
    margin-bottom: 0px;
}

.block-layered-nav .currently li:after {
    clear: none;
}

/* ======================================================================================= */
.form-subscribe input.input-text {
    background:#FFFFFF url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/search1.png) repeat-x scroll 0 0;
    border:0 none;
    color:#96ACBA;
    padding:10px 0 5px 10px;
}
#coupon_code, #giftcard_code, #giftcard_pin, #postcode {
}
.discount-form .input-box {
    float:left;
    width:185px;
}
.discount-form .buttons-set {
    float:right;
    margin:0;
    width:154px;
    clear:none;
}
#postcode {
    background: url("https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/zip-codeo-repea")scroll 0 0 transparent");
    border: 0 none;
    float: left;
    width: 166px !important;
}
.shopping-cart-table .data-table tr.last th {
    margin-top:27px;
}
.data-table tr.last td h2 { margin-top:0; }
.shopping-cart-table .data-table tr.last th, .data-table tr.last td span span.price {
    position:relative;
}
.shopping-cart-table .data-table tr.last th, .data-table tr.last td .qty {
    margin-left:20px;
    margin-top:27px;
}
#shopping-cart-totals-table tbody tr td {
}
#shopping-cart-totals-table tbody tr td span.price {
    padding-left:54px;
}
.checkout-cart-index .cart .cart-collaterals .col2-set .col-1 {
    float:left;
    width:260px;
}
.checkout-cart-index .cart .cart-collaterals .col2-set .col-2 {
    float:right;
    width:391px;
}
.discount-form {
    width:344px;
}
#shopping-cart-table tbody tr td a {
    color:#699BCC;
}
#shopping-cart-table tbody tr td h2.product-name a {
    
}
#email, #pass, #user, #cardnumber {
}
.footer-block ul li a {
    color:#588abc
}
.solar {
    float:left;
    left:-4px;
    position:relative;
    top:3px;
    float:left;
    left:-4px;
    position:relative;
    top:3px;
}
.fanaway {
    left:6px;
    position:relative;
    margin-top:-3px;
}
.customer-account-login .account-login #login-form {
    float:left;
    background:transparent url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/top-li-home.png) repeat scroll 0 0;
    border-top:1px solid #D7E1E4;
    clear:both;
}
/*.account-login .form-list li {margin:0 0 0;vertical-align:top;}*/
.new-users .fieldset p {
    
}
.new-users p {
    
    margin-left:14px;
    margin-top:18px;
}
.boder-account {
    clear:both;
    padding-top:29px;
}
.boder-account .boder-left-account {
    background:transparent url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/boder-top-account.png) repeat scroll 0 0;
    float:left;
    height:18px;
    width:437px;
    left:2px;
    position:relative;
}
.boder-account .boder-right-account {
    background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/boder-top-account.png) repeat scroll 0 0;
    float:right;
    height:18px;
    margin-left:13px;
    position:relative;
    right:-22px;
    top:-18px;
    width:463px;
}
.customer-account-login .main {
    min-height:444px;
}
.register-tr {
    background:transparent url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/register.png) no-repeat scroll 0 0;
    width:441px;
    height:39px
}
.new-custom {
    background:transparent url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/register.png) no-repeat scroll 0 0;
    width:441px;
    height:39px
}
.registered-users .form-list {
    margin-left:11px;
}
.account-login .page-title {
}
.customer-account-login .col-main {
    padding-left:24px;
    padding-right:21px;
    background:white
}
.dashboard .welcome-msg p {
}
.customer-account-index .info-box .box-title h3 {
    color:#1060AB;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
}
.customer-account-index .info-box .box-title h3 a {
    font-weight:normal;
}
.customer-account-index .info-box .box-content {
    font-size:11px;
    padding:10px 17px 17px;
}
.address {
}
.account-info h2.sub-title {
    margin-left:12px;
    padding-top:10px;
}
.account-info h2.sub-title {
    background:0 none;
}
.book-tr h2.sub-title {
    margin-left:12px;
    padding-top:10px;
}
.book-tr h2.sub-title {
    background:0 none;
}
.block-account .block-content {
}
.customer-account-index .info-box .box-title a {
    float:right;
    font-size:11px;
    font-weight:normal;
    overflow: hidden;
}

.checkout-cart-index input.radio, input.checkbox {
    font-size:11px !important;
    margin-right:3px;
    margin-top:4px;
    vertical-align:top;
}
.form-search input.input-text {
}

#email {
}
#pass, #cardnumber {
    border:0 none;
}
.checkout-cart-index .page-title {
    background:transparent none repeat scroll 0 50%;
}
.customer-account-edit .form-list input.input-text, .form-list textarea {
}
.checkout-onepage-index .opc #comments {
    width:450px !important;
}
.customer-account-edit input.input-text {
    background:transparent url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/mail-login.png) no-repeat scroll 0 0;
    height:20px;
}
.boder-top-address {
    background:transparent url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/boder-contact.png) no-repeat scroll left top;
    height:39px;
}
.boder-bottom-address {
    background:transparent url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/boder-contact.png) no-repeat scroll left top;
    height:39px;
}
.cart-table thead th.a-center span.nobr {
    margin-right:69px;
}
.customer-address-form input.input-text {
}
.customer-account-login #login-form {
}
.catalogueform3 {
    background: url("https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bg-email.png") no-repeat scroll left top transparent !important;
    border: 0 none;
    height: 19px;
    padding-right: 5px;
    width: 227px;
}
td.bodyText textarea {
    background:transparent url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/comment.png) no-repeat scroll left top !important;
    display:inline;
    float:right;
    height:103px;
    margin-right:269px;
    width:325px;
}
td.bodyText {
    padding-top:10px !important;
    
}
.cms-contact-us-html .std table th, .std table td {
    border:0 none;
    padding-left:0px !important;
}
input.catalogueform3 {
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 7px;
}
.cms-contact-us-html .std p {
    
    padding-top:0px;
    padding-right:23px;
}
.bodyText button.button {
    float:right;
    left:317px;
    position:relative;
    top:-89px;
}
.cms-contact-us-html {
}
.info-box .box-title {
    margin:17px 17px 0 12px !important;
}

.customer-account-create .form-list input.input-text { }
.cart .cart-collaterals input.input-text {
    padding-top:5px !important;
}
.checkout-cart-index span.validation-passed, div.validation-passed {
    padding-right:0px !important;
}
.cms-no-route .page-head-alt h3 {
    
    font-size:16px;
    font-weight:bold;
}
.cms-no-route .col-main .page-title {
    background:transparent none repeat scroll 0 50%;
    height:0px;
    margin:0 !important;
}
.checkout-cart-index #shipping-zip-form p {
    
}
.cms-page-view .std a {
    color: #ef3340;
}
.left-errorerror {
    float:left;
}
.cms-no-route .page-title {
    display:none;
}
.what-error {
    background:transparent url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bg-error.png) repeat scroll 0 0;
    float:left;
    text-align:center;
    margin-right:23px;
    height:30px;
    width:101px;
}
.view-error {
    background:transparent url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bg-error.png) repeat scroll 0 0;
    float:left;
    height:30px;
    text-align:center;
    margin-right:23px;
    width:128px;
}
.contact-error {
    background:transparent url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bg-error.png) repeat scroll 0 0;
    float:left;
    height:30px;
    text-align:center;
    width:97px;
}
.cms-no-route .std {
    padding-left:26px;
}
.contact-error span {
    
    float:left;
    font-size:17px;
    padding:2px 5px 0 4px;
    width:91px;
}
.what-error span {
    
    float:left;
    font-size:17px;
    padding:2px 5px 0 4px;
    width:91px;
}
.view-error span {
    
    float:left;
    font-size:17px;
    padding:2px 5px 0 4px;
    width:133px;
}
.right-error {
    background:transparent url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/right-error.png) repeat scroll 0 0;
    width:385px;
    height:523px;
    float:right;
}
.left-error {
    float:left;
}
.customer-account-login .page-title {
    background:0 none;
}
.customer-account-create .page-title {
    background:0 none;
}
.customer-account-index .page-title h1 {
    padding-bottom:20px;
}
.customer-account-index .welcome-msg {
}
.customer-account-index .info-box .box-content a {
    float:left;
    padding-top:17px;
}
.my-account .c.col-2 .info-box .box-title {
    margin-left:0 !important;
    margin-right:0px !important;
    width:315px;
}
.my-account .col2-set .col-2 .info-box p.box-content {
}
.my-account .col2-set .info-box .box-title {
    margin-top:7px !important;
}
.my-account .col2-set .info-box address.box-content {
    padding-left:0px;
}
.my-account .col-1 address.box-content {
    padding-left:12px !important;
}
.customer-account-edit .page-title {
}
.my-account .dashboard .col-1 {
    border-right:1px dotted;
    margin-top:10px;
}
.customer-account-index .dashboard .col2-set .col-2 {
    margin-top:9px;
}
.checkout-cart-index .cart {
    background: #fff;
    padding-left:23px;
    padding-right:24px;
}
.checkout-cart-index .col1-layout .col-main {
    padding-top:10px;
    padding-left:0px;
    padding-right:0px;
}
.checkout-cart-index .btn-cart span span {
    margin-left:28px;
}
#discount-coupon-form h2 {
    margin:0 0 0px;
}
.cms-contact-us-html .col-main .page-title {
    background:transparent url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/boder-contact.png) no-repeat scroll left bottom;
    height:47px;
    margin:0 !important;
}
.cms-contact-us-html .col-main {
    margin-top: 4px;
    padding: 20px 3px 20px 0;
    width: 702px;
}
.cms-contact-us-html .std table {
    margin-bottom:0px !important;
}
.bodyText span {
}
p.mandatory {
    font-family:arial;
    font-size:11px;
    left:139px;
    position:relative;
    top:-99px;
}
.customer-account-login .new-custom .button.button {
    margin-left:0px;
}
.new-users .new-users .button.button span {
}
.new-users .buttons-set button.button {
}
.customer-account-create .col-main {
    padding:25px;
}
.customer-account-create .form-list label {
    display: inline;
    overflow: hidden;
    text-align: right;
    width: 150px;
}
.main-banner .find-store {
    width:425px;
    margin-top: 0px;
    height:123px;
    overflow:hidden;
    background: url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/map-icon.gif') top left no-repeat
}
.find-store .widget-static-block input.input-text {
    background:#FFFFFF url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/search1.png) repeat-x scroll 0 0;
    width:158px;
    padding-bottom:9px;
    padding-top:8px;
    margin-right:-3px;
    width:147px;
}
.category-static-block {
    padding-top:21px;
}
.category-information {
    width:698px;
    background:transparent url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/boder-bottom-shiping.png) no-repeat scroll left bottom;
    min-height:425px;
    float:left;
}
.category-information .category-image {
    float:left;
    margin-right:24px;
}
.category-information .category-description p {
    
    font-size:12px;
}
.category-information .category-description p a {
    color:#f7ab33;
    font-size:11px;
}
.category-view .category-description p a {
    color:#E42835;
}
.category-support-links dl dt {
    
    font-size:18px;
    font-family:HelveticaNeueLightExt, Arial, sans-serif;
    background:transparent url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/link-back.gif) no-repeat scroll left center;
    float:left;
    padding-left:10px;
    width:195px;
}
.category-information .category-support-links {
    float:right;
    width:204px;
    padding:0px;
}
.popular-category {
    clear:both;
}
.popular-category p {
    
}
.category-information .category-description {
    width:205px;
    float:right;
    padding:0 0 37px;
}
.category-support-links dl dd ol li a {
    
    font-family:arial;
    font-size:11px;
    padding-bottom:6px;
    text-decoration:underline;
}
.category-support-links dl dd {
    clear:both;
    background:transparent url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bg-top-boder-liting.png) no-repeat scroll left top;
    margin:0 !important;
    width:183px;
    height:15px;
    float:left;
}
.category-support-links dl dd ol {
    padding-top:14px;
}
.category-view .popular-category h1 {
    padding-left:15px;
    background:transparent url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/popular.png) no-repeat scroll 440px center;
    text-align: right;
    border-bottom: 1px solid #DCEAF7;
}
.category-view h1 {
    padding-left:0px;
    /*float:right;*/
    font-family: HelvetightExt, Arial;
}
.category-view h1 span {
    font-family: HelveticaNeueLightExt, Arial, sans-serif;
    font-weight: bold
}
.category-description h1 {
    
    font-family: HelveticaNeueLightExt, Arial;
    font-size:24px;
    padding:15px 0 0 0;
    float:none;
    background:none
}
.category-description p {
}
.category-lighting .category-title, .category-shop-by .category-title, .category-globes .category-title, .category-energy-saving .category-title, .category-room .category-title, .category-beacon-lighting-fans .category-title, .category-light-bulb-bulbs-lighting-globes .category-title {
    display: none;
}
.popular-items .item {
    float:left
}
.popular-items .item img {
    margin-left:1px;
    width:172px;
    height:197px;
}
.popular-items .first img {
    margin:0;
    width:174px;
}
.popular-items {
    padding-top:2px;
    clear:both;
}
.popular-items .category-name {
    background:transparent url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/category-name-back.gif) top left repeat-x;
    border:1px solid #DDE9F5;
    border-left:none;
    height:20px;
    width:172px;
    padding: 6px 0px;
    overflow:hidden
}
.popular-items .first .category-name {
    border-left:1px solid #DDE9F5;
    width:173px
}
.popular-items .category-name p {
    margin-left:10px;
    padding-left:11px;
    background: url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/category-name-icon.gif') center left no-repeat
}
.popular-categories .item {
    float:left
}
.popular-categories .item img {
    margin-left:1px;
    width:172px;
    height:191px;
}
.popular-categories .first img {
    margin:0;
}
.popular-categories {
    border-top:1px solid #DCEAF7;
    padding-top:2px;
    clear:both;
}
.popular-categories .category-name {
    background:transparent url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/category-name-back.gif) top left repeat-x;
    border:1px solid #DDE9F5;
    border-left:none;
    height:20px;
    width:172px;
    padding: 6px 0px;
    overflow:hidden
}
.popular-categories .first .category-name {
    border-left:1px solid #DDE9F5;
    width:170px
}
.popular-categories .category-name p {
    margin-left:10px;
    padding-left:11px;
    background: url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/category-name-icon.gif') center left no-repeat
}
.popular-categories-bigger .item {
    float:left
}
.popular-categories-bigger .item img {
    margin-left:1px;
    width:180px;
    height:191px;
}
.popular-categories-bigger .first img {
    margin:0;
}
.popular-categories-bigger {
    border-top:1px solid #DCEAF7;
    padding-top:2px;
    clear:both;
    height:220px;
}
.popular-categories-bigger .category-name {
    background:transparent url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/category-name-back.gif) top left repeat-x;
    border:1px solid #DDE9F5;
    /*border-left:none;*/
    height:34px;
    width:180px;
    padding: 6px 0px;
    overflow:hidden
}
.popular-categories-bigger .first .category-name {
    border-left:1px solid #DDE9F5;
    width:180px
}
.popular-categories-bigger .category-name p {
    margin-left:5px;
    padding-left:10px;
    background: url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/category-name-icon.gif') center left no-repeat
}
#deals ul li h2 a {
    color:#07283C;
    text-decoration:none;
}
#deals ul li.rule {
    color:#014483;
    font-family:arial;
    font-weight:bold;
}
.product-tabs {
    position:relative;
    top: 13px;
}
.product-tabs .tab-content {
    border-top:1px solid #dfe6ee
}
.product-tabs .tab-content .products-grid {
    margin-bottom:0 !important
}
.product-tabs .tab-content .products-grid li {
    margin-bottom:20px
}
.blog-categories .products-grid {
    width:185px !important;
}
.blog-categories .products-grid .item {
    width:170px !important;
}
.special-attribute-price .special-attribute {
}
.special-attribute-price .special-attribute div {
    text-transform:uppercase;
    color:#FFFFFF;
    font-family:HelveticaCdMed, Arial, sans-serif;
    font-weight:normal;
    padding:0px 5px;
    line-height:26px;
    font-size:20px;
    float:right;
}
.special-attribute-price .special-attribute .diy {
    background:#A67BF5 none repeat scroll 0 0;
}
.special-attribute-price .special-attribute .value {
    background:#49b4d0 none repeat scroll 0 0;
}
.special-attribute-price .special-attribute .led {
    background:#8abf2b none repeat scroll 0 0;
}
.grid-float .special-attribute-price span.price {
    color:#07283C;
    float:right;
    font-size:18px;
}
.rule {
    clear:both;
    font-family:arial;
    font-size:11px;
    font-weight:bold;
    text-transform:uppercase;
}
p.old-price-note {
    color:#b3b3b3;
    font-size:10px;
    margin:0px !important;
    text-transform:uppercase;
    text-align:left;
    font-weight: normal;
}
p.you-save {
    color:#ee2c23;
    font-size:10px;
    margin:0px !important;
    text-transform:uppercase;
    text-align:left;
    font-weight: normal;
}
ul li p.old-price-note, ul li p.you-save {
    text-align:left !important;
}
.old-price-note span {
    text-decoration:none;
}
.cms-home .products-grid li.last {
    border-right:0 none;
}
.cms-home.product-name a {
    color:#07283C;
    font-size:14px;
    text-decoration:none;
}
.cms-home #deals {
    background:transparent url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/boder-product.png) no-repeat scroll left bottom;
}
.form-title {
    padding-left:28px;
    padding-top:28px;
}
.form-title h3 {
    font-size:24px;
    font-weight:normal;
}
h2.product-name {
    clear:both;
}
#latest-products ul li h2.product-name a {
    color:#07283C;
    text-decoration:none;
}
.cms-home #energy-saving {
    background:transparent url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/boder-product.png) no-repeat scroll left bottom;
}
.cms-home #latest-products {
    background:transparent url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/boder-product.png) no-repeat scroll left bottom;
}
#decorator-picks ul li h2.product-name a {
    color:#07283C;
    text-decoration:none;
}
.cms-home #decorator-picks {
    background:transparent url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/boder-product.png) no-repeat scroll left bottom;
}
#product_tabs ul li h2.product-name a {
    color:#07283C;
    text-decoration:none;
}
.cms-home #top-sellers {
    background:transparent url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/boder-product.png) no-repeat scroll left bottom;
}
#top-sellers ul li h2.product-name a {
    color:#07283C;
    text-decoration:none;
}
#energy-saving ul li h2.product-name a {
    color:#07283C;
    text-decoration:none;
}
.customer-account-create .account-create #form-validate {
    width:400px;
}
.account-create .form-list .input-box {
    float:right !important;
}

.account-create .form-list {
    width:470px;
    margin-top:20px;
}
.post-comments {
    background:transparent url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/comment_tr.png) no-repeat scroll right center;
    padding-right:21px;
}
.blog-bottom-tag .post-comments {
    
    float:right;
}
.blog-bottom-tag .post-comments a {
    color:#1060AB;
    font-size:11px;
}
.guide-block ul li.first a {
    padding-left:0;
}
.blog-container {
    position:relative;
}
.blog-container img {
    margin-left:9px;
}
#advice-validate-email-newsletter {
    display: none;
}
#mini-cart li a img {
}
#mini-cart li a.btn-remove img {
    border:0 none;
}
#mini-cart li a {
}
#mini-cart .product-details table tbody tr td span.price {
    color:#425054;
}
#mini-cart .remove-item {
    float:right !important;
}
#topCartContent .subtotal span.label {
    color:#3679B8;
    float:left;
    font-size:14px;
    font-weight:bold;
    margin-left:6px;
    padding-bottom:11px;
    padding-top:10px;
}
#topCartContent .subtotal span.price {
    font-size:16px;
    color: #697377;
    float: right;
    margin-right: 10px;
    padding-bottom: 8px;
    padding-top: 10px;
}
.inner-wrapper-bottom {
    background :url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/footer-bg-cart-trs.png) no-repeat;
    width:278px;
    height:17px;
    float:left;
    right: 1px;
    position: relative;
}
.top-cart .actions a {
    float: right;
    margin-left: 18px;
}
.top-cart .actions button span span {
    color: #638AB0;
    padding:0px;
    margin:0px;
    font-size: 14px;
}
.top-cart .actions button span span {
    color: #638AB0;
    padding:0px;
    margin:0px;
    font-size: 14px;
}
.top-cart .actions button span {
    height: 24px;
    width: 90px;
}
.top-cart .actions button span span {
    height: 24px;
    width: 90px;
}
#mini-cart {
}
#topCartContent .product-details table {
    float:left;
}
#shipping-zip-form .buttons-set button.button span {
    background: url("https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/get-estimate.png") no-repeat;
    height:30px;
    width:101px;
}
#shipping-zip-form .buttons-set button.button span span {
    padding:0px !important;
    display: none;
}


.checkout-cart-index .cart-empty {
    padding:0px;
}
.checkout-cart-index .cart-empty p {
    margin-top:20px;
    clear:both;
}
.blog-index-index .postWrapper {
    float:left;
    padding-top:6px;
    width: 445px;
    position:relative;
}
.checkout-cart-index .cart .title-buttons .checkout-types li {
    float:left;
    margin:0 0 0 5px !important;
}
.checkout-cart-index .data-table td {
    padding:0px 12px 9px !important;
}
.checkout-cart-index .data-table td button.btn-continue {
    padding-top:12px !important;
    padding-bottom:7px;
}
.checkout-cart-index .data-table td button.btn-update {
    padding-top:12px !important;
    padding-bottom:7px;
}
.checkout-cart-index .data-table tr.last td.last {
    height: 70px;
    padding-bottom: 9px !important;
    padding-top: 5px !important;
}
.customer-account-edit .form-list {
    width:650px;
}
.customer-account-edit .form-list .input-box {
    /*float:right !important;*/
}
.customer-address-form .form-list input.input-text {
}
.customer-address-form .my-account {
}
.customer-address-form .form-list select {
    float: left;
    vertical-align: top;
    width: 244px;
}
.cms-contact-us-html #feedback-main-site td.bodyText textarea {
    padding-left: 9px !important;
    padding-top: 7px !important;
    background:transparent url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/comment-contac.png) no-repeat scroll left top !important;
    border:medium none;
    margin-right: 237px;
}
.cms-consullation .std .content-page ul {
    border-bottom:1px solid #DAE3E6;
    border-top:1px solid #DAE3E6;
    padding-bottom:13px;
    padding-top:14px;
}
.cms-consullation .cms-menu li ul li {
    padding-bottom:2px;
    padding-top:5px;
    border-bottom:1px dotted #A5BAC8;
}
.cms-consullation .cms-menu li strong {
    font-size:12px;
}
.cms-consullation .std ul, .std ol, .std dl, .std address, .std blockquote, .std table {
    margin-bottom:14px !important;
}
.cms-consullation h4 {
    font-family:arial;
    font-size:16px;
    font-weight:normal;
}
.cms-consullation .std b, .std strong {
    
    font-weight:bold;
}
.note {
    color:#80A1C2;
    font-size:11px;
}
.catalog-product-view #shipping-estimation-form li {
    float:left;
}
.f-right button.button span {
    background: url("https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/get-a-quote.jpg") no-repeat scroll 0 0 transparent;
    height: 30px;
    width: 106px;
}
#shipping-estimation-form .f-right .button.button span, .block-shipping-estimate .f-right .button.button span {
    background: url("https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/get-estimate.png") no-repeat scroll 0 0 transparent;
    height: 30px;
    width: 101px;
}
.catalog-product-view .col-main .block .block-content {
    padding: 0px !important;
}
#shipping-estimation-form .f-right {
    float:left !important;
}
.catalog-product-view .block-shipping-estimate .block-content li label {
    
    float: left;
    font-size: 11px;
    font-weight: normal;
    position: relative;
    z-index: 0;
}
.catalog-product-view .actions {
    width: 251px;
}
.catalog-product-view .block-shipping-estimate .block-content li.item {
    padding: 3px 0px 0 11px!important;
}
.f-right button.button {
    margin-top: 22px;
}
.catalog-product-view .block-shipping-estimate .block-content li label {
    padding-bottom: 3px;
}
.cms-contact-us-html .bodyText button.button {
    float: right;
    left:510px;
    position: relative;
    top: -72px;
}
.cms-contact-us-html .bodyText button.button span {
    background: url("https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/send-mail.png") no-repeat scroll 0 0 transparent;
    
    float: left;
    height: 30px;
    width:126px;
    padding: 0 0 0 0;
}
.cms-contact-us-html .col-left {
}
.customer-account-create .required em {
    
    float: right;
    margin-right: 4px;
}
.customer-address-form .col-left {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    margin: 13px 0 -1px;
    padding: 13px 0;
    width: 235px;
}
.customer-address-form .fieldset {
}
.customer-address-form .sidebar .block-account .block-title {
    padding: 0 17px 12px 0;
}
.customer-address-form .form-list .input-box {
}
.newsletter-manage-index .col-main {
    width: 705px;
}
.newsletter-manage-index .form-buttons p.back-link {
    float: left;
    padding: 2px 15px 0 0;
    text-align: right;
    width: 54px;
}
.newsletter-manage-index .checkout-cart-index input.radio, input.checkbox {
    font-size: 11px !important;
    margin-right: 3px;
    /*margin-top: 45px;*/
    vertical-align: top;
}
#is_subscribed {
    margin-top:0px !important;
    padding-top:0px !important;
}
.enterprise-reward-customer-info .buttons-set button.button span span {
    background-position: 100% 0 !important;
    padding: 5px 21px 0 10px !important;
}
.enterprise-reward-customer-info .buttons-set button.button span {
    -moz-background-inline-policy: continuous !important;
    background: url("https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bg-buttom.png") no-repeat scroll 0 0 transparent !important;
    color: #4678A8 !important;
    float: left !important;
    font: bold 16px/16px HelveticaCdMed, Arial, sans-serif;
    height: 34px !important;
    padding: 0 0 0 0 !important;
    text-align: center !important;
    white-space: nowrap;
}
.enterprise-giftcardaccount-customer-index #giftcard-form .button.button span span {
}
.enterprise-giftcardaccount-customer-index #giftcard-form .button.button span {
    -moz-background-inline-policy: continuous !important;
}
span.item {
    font-size: 12px !important;
    font-weight: normal !important;
    line-height: 15px !important;
    margin-left: 6px !important;
}
#shipping-estimate-results .block-title {
    background: none repeat scroll 0 50% transparent;
    width: 407px;
}
#shipping-estimate-results {
    background: none repeat scroll 0 0 #F3F7FA !important;
    border: 1px solid #D5E3F0;
    margin-top: 13px !important;
    margin-left: 9px;
    width: 354px;
}
#shipping-estimate-results .block {
    background: none repeat scroll 0 0 #F3F7FA !important;
}
.block-shipping-results .block-content dl dt {
    padding-left:10px;
}
#shipping-estimate-results .block-shipping-estimate .block-title {
    padding: 15px 20px 10px 10px !important;
}
#shipping-estimate-results .block-shipping-estimate .block-title strong span {
    
    font-size: 14px;
}
#shipping-estimate-results .block-shipping-estimate .block-content dl dt {
    
    float: left;
    margin-right: 46px;
    font-size: 12px;
    font-weight: normal;
}
.block-shipping-results .block-content dl dd ul li {
    
}
.catalog-product-view .block-shipping-results .block-content dl dd {
    padding: 0 0 15px 10px;
}
.block-shipping-estimate .f-right, .f-right, .right {
    float: left !important;
    margin-left: 12px;
}
.border-black-tr {
    background: url("https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/li-images-footer.png") no-repeat scroll right bottom transparent;
    float: left;
    min-height: 129px;
}
.border-black {
    float: right !important;
}
.footer-links-blocks .footer-block {
    margin-left: -4px;
}
.checkout-cart-index .col-2 .cart form {
    float: left;
}
.checkout-cart-index .data-table tr.last td.last {
    padding-left: 0px !important;
}
.sidebar .block-account .block-title {
    background: url("https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bg-title.jpg") no-repeat scroll left bottom transparent;
    padding: 0 0 16px 0;
}
.customer-account-index .sidebar .block-account li.current {
}
.customer-account-index .sidebar .block-account {
    /*margin-top:13px;*/
}
.customer-account-index .welcome-msg h2.sub-title {
    font-weight: normal;
    font-size: 16px;
}
.cms-contact-us-html .std {
    padding-left: 6px;
}
.cms-contact-us-html .std p {
    margin-bottom:34px !important;
}
.mandatory {
    padding-top:9px;
}
.customer-account-login .required em {
    float:none;
}
.customer-account-login .col2-set .registered-users {
    width:373px;
}
#productTagName {
    height:20px;
    width:232px;
}
.cms-home .product-tabs .tab-content {
    border-top: 0 none
}
.cms-home .guide-block .ul {
    float:left;
    width: 517px;
}
.footer-banner {
    clear: both;
}
.footer-block img {
}
.catalog-product-view .form-add-tags {
    display: none;
}
.footer-links-blocks {
    background: url("https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/border-bottom.jpg") no-repeat scroll left top transparent;
    text-align: left;
    float: left;
    width: 945px;
}
.social-block img {
    float:left;
    padding-right:4px;
}
.cms-contact-us-html .std table th, .std table tbody tr td.bodyText {
    font-size:12px;
}
.contact-number {
}
#prev {
    float:left;
}

.customer-account-edit .form-list .required em {
    float: left;
}
.shopping-cart-table .data-table tr.th, .data-table tr.td span span.price {
    position:relative;
    top:27px;
}
.shopping-cart-table .data-table tr th, .data-table tr td .qty {
    margin-left:26px;
    margin-top:27px;
}
.checkout-cart-index input.input-text, textarea {
    
    padding: 7px 15px 5px 8px;
}
.form-search .checkout-cart-index input.input-text, textarea {
    padding:0px !important;
}
.form-search .checkout-cart-index input.input-text, textarea#comments {
    border: 1px solid #D9D9D9;
    height: 113px;
    padding: 0 !important;
    width: 100%;
}
.checkout-cart-index input.checkbox {
    display: none;
}
.catalog-product-view #shipping-estimation-form li.odd {
    float:left;
    width:115px;
}
.sales-order-history .col-left, .sales-billing-agreement-index .col-left, .sales-recurring-profile-index .col-left .review-customer-index .col-left {
    margin:2px 0 0 0;
}

.wishlist-index-share #email_address {
    background: none;
}
.customer-account-forgotpassword .col-main {
    padding-left:25px;
}
.customer-account-forgotpassword .col-main #form-validate .fieldset .form-list li { }
.customer-account-forgotpassword .col-main #form-validate .fieldset p {
    padding-bottom:10px;
}
.blog .menu-categories ul li {
    background:transparent url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/boder-category.png) no-repeat scroll left bottom;
    font-size:12px;
    padding:6px 0;
}
.customer-account-edit .form-list label {
}
.button {
    cursor: pointer;
}
.cms-contact-us-html td.bodyText textarea {
    height: 109px !important;
    width: 328px !important;
}
.customer-account-create .form-list {}
.sorter .view-mode strong.grid {
    margin-right:3px;
}
.customer-account-create #form-validate ul li.control .input-box {
    margin-left:170px;
    margin-top:8px;
}
.checkout-cart-index #shipping-zip-form ul.form-list {
    width: 292px;
}
#shipping-zip-form .buttons-set {
    clear: none;
    float: right;
    margin-top: 3px;
    overflow: hidden;
    margin-bottom: 0;
    right: 0;
    width: 102px;
}

.cms-index-index .collateral-tabs dt.first {
    border-left:1px solid #DEE6EE;
}
.cms-index-index .collateral-tabs dt.last {
    border-right:1px solid #DEE6EE;
}
.cms-index-index .product-tabs dt.last a {
    background:transparent none repeat scroll 0 50%;
}
.cms-index-index .widget-static-block p {
    margin-bottom:0px !important;
}
h2.product-name {
    text-align:left !important;
}
.catalog-product-view .sub-tab-container #nickname_field, .catalog-product-view .sub-tab-container #summary_field {
    background: url("https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/nicknam-input.jpg") no-repeat scroll 0 0 transparent;
    height: 17px;
    border: 0 none;
    width: 343px !important;
    padding:5px 10px;
}
.catalog-product-view .sub-tab-container .inp#review_field {
    background: url("https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/comment-textare.jpg") no-repeat scroll 0 0 transparent;
    border: 0 none;
    height: 136px;
    padding: 10px !important;
    width: 343px !important;
    
}
.catalog-product-view .sub-tab-container .required em {
    float:right !important;
}
#review-form #product-review-table tbody tr td input {
    height: 26px;
    border: 0 none;
    height: 26px;
}
#product-review-table tbody tr td input {
}
#product-review-table tbody tr td input.pros-cons-input {
    background: url("https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/review-li.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    height: 20px;
    padding: 3px 10px;
    width: 90% !important;
    color:#96ACBA;
    margin-bottom: 15px;
}
#product-review-table tbody tr td input[check] {
    background: none repeat scroll 0 50% transparent;
    padding:0
}
.catalog-product-view #subtab3 .form-buttons {
    width: 364px !important;
}
.catalog-product-view #review-form p.required {
    width: 346px;
}
#product-review-table tbody tr td.value input {
    background: none repeat scroll 0 50% transparent !important;
}
.sub-tab-container .pros-cos-table {
    border:none !important
}
.sub-tab-container .pros-cos-table td {
    border:none!important
}
.review-form-list label {
    margin: 0 0 4px 6px;
}
input["type=checkbox"] {
    background: none repeat scroll 0 50% transparent;
}
.onestepcheckout-index-index .col-main {
    padding-top:0px !important;
}
.cms-index-noroute .title {
    color: #5C7A97;
    font-size: 12px;
    font-weight: bold;
}
.cms-index-noroute ol.disc {
    color: #5C7A97;
}
.cms-index-noroute p {
    /* margin-bottom: 29px !important; */
}
.cms-index-noroute .left-error a {
    
}
.customer-account-create .page-title {
}
.catalog-product-view #review-form .buttons-set a.button, .buttons-set button.button {
    margin-left:15px;
}
.catalog-product-view #review-form button.button span {
    /*	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-x-system-font:none;
	background:transparent url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/view.png) no-repeat scroll 0 0;
	
	float:left;
	font-family:HelveticaCdMed, Arial, sans-serif;
	font-size:14px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:40px;
	line-height:21px;
	padding:0 0 0 0;
	text-align:center;
	white-space:nowrap;*/
}
.catalog-product-view #review-form button.button span span {

}
#review-form .form-list label {
    float:left;
    font-family:arial;
    font-size:14px;
    padding:2px 12px 0 0;
    text-align:left;
}
.checkout-cart-index .page-title h1 {
    padding-bottom: 27px !important;
}
#discount-coupon-form {
    float: left;
    position: relative;
    width: 345px;
}
.discount-form label, #giftcard-form label, #shipping-zip-form label[for="postcode"] {
}
.customer-address-index .my-account h1 {
    float: left !important;
}
.customer-address-index .my-account button.button span {
    background: url("https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/register-accounts.png") no-repeat scroll 0 0 transparent;
    float: left;
    font: 14px/21px Arial, "Helvetica Neue", Helvetica, sans-serif;
    height: 30px;
    padding: 0 0 0 0;
    text-align: center;
    white-space: nowrap;
}
.customer-address-index .my-account button.button span span {
    padding: 4px 53px 0 22px;
    text-align: center;
}
.customer-address-index .my-account button.button {
    margin-top: -3px;
}
.live-chat {
    background: none;
    border-bottom: 10px solid #0055a5;
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
}
.chat-body {
    width: 945px;
    margin: 0px auto;
    position: relative
}
.live-chat-icon {
    width: 169px;
    height: 38px;
    position: absolute;
    bottom: -10px;
    right: 0px;
}
/*   MO' STYLIN   */

.slider-panel {
    margin:0;
    padding:0;
}
.middle-banner {
    margin:0;
    padding:0;
}
.widget-static-block {
    margin:0;
    padding:0;
}
.products-list .price-box {
    clear:both;
    white-space:normal !important;
}
.product-main-info .special-attribute-price {
    text-align:right;
}
.product-main-info .price {
    color: #213035;
    font-size: 20px;
    text-align:right;
}
.products-grid .price {
    color: #05283e !important;
    font-size: 15px !important;
    font-weight: normal !important;
}
div#main-product-info.product-collateral {
    margin-top:15px;
}
table#shopping-cart-table.data-table .product-image img {
    margin-top:10px;
}
div.giftcard {
    margin-top:10px;
}
/*   DINKUS STYLIN   */

.dinkus-big {
    width:100px;
    height:100px;
    position:absolute;
    z-index:5;
}
.dinkus-small {
    width:63px;
    height:63px;
    margin-bottom:10px;
    background-repeat:no-repeat;
}
.product-main-info .dinkus-small {
    float:left;
}
.grid-float {
    position:absolute;
    z-index:5;
    left:0;
    /*top:0;*/
}
/*  Promo Pricing  */

p.promo-text-red {
    color:#ef2c26;
    font-size:10px;
    margin:0 !important;
    text-transform:uppercase;
    padding:0;
    font-weight:normal;
}
p.promo-description {
    margin:0 !important;
    padding:0;
    font-size:10px;
    font-weight:normal;
    text-transform:uppercase;
    color: #b3b3b3;
}
div.promo-text {
    float:left;
    width:130px;
}
.products-grid .price {
    text-align:right;
    width:80px;
}
.products-grid .special-attribute-price {
    float:right;
}
.promo-text-wrapper {
    width: 150px;
    margin-left:122px;
}
.product-view .add-review .button {
    float:left;
}
ul.products-grid {
    list-style:none !important;
}
.display-none {
    display:none;
}
.giftcard button.button span span {
    background-position: 100% 0 !important;
    padding: 4px 27px 0 10px !important;
}
.block-account .products-grid li.item {
    margin-top:25px;
    width:170px;
}
.block-account .block-title strong span {
    height:20px;
}
/* CMS PAGE EXTRAS */
.savings-calculator-main {
    position: relative;
    margin: 0px auto;
    width: 743px;
    height: 692px;
    background: url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/energy-calculator.jpg') no-repeat top left;
}
.calculator-options {
    position: absolute;
    bottom: 95px;
    left: 112px;
}
@-moz-document url-prefix() {
.calculator-options {
bottom: 105px;
}
}
.calculator-results {
    position: absolute;
    bottom: 54px;
    right: 0px;
    width: 236px;
}
.calculator-results #Yearly {
    font-size: 18px
}
/* GIFT CARD ADD TO CART */
.product-giftcard .box-collateral.box-tags {
    display:none;
}
.product-giftcard .product-options-bottom .add-to-links {
    display:none;
}
.product-giftcard .special-attribute-price {
}
.product-giftcard .availability {
    display:none;
}
.product-giftcard .gift-card-buttons {
    border: 1px solid #D5E3F0;
    border-top: none;
    border-bottom: none;
    margin-top:-10px;
    margin-bottom:-5px;
    text-align:center;
}
.product-giftcard .gift-card-buttons .find-to-box {
    margin-left:10px;
    margin-right:25px;
}
.product-giftcard .product-view {
    float: none !important;
}
#products-home-tabs .hometab {
    width:100% !important;
}

.cms-index-index.cms-home .footer-before-container {
    margin-top:70px !important;
}
/* Register Page */
.customer-account-create .input-box.customer-dob {
    position:relative;
    left:7px;
}
.customer-account-create .form-buttons {
    margin: 0;
    width: 243px;
    float:right;
}
.customer-account-create p.required {
    width: 240px;
}
.customer-account-create .page-title h1 {
    margin:0 !important;
    padding:0 !important;
}
.products-grid .product-image {
    width: 200px;
}
.popular-items, .popular-categories {
    height:210px;
}
.catalog-category-view .block-related .products-grid {
    margin-bottom: 35px !important;
    clear: none;
    float: left;
}
.catalog-category-view .block-related .products-grid:last-child, .catalog-category-view .block-related .products-grid li:last-child {
    background:none;
}
.products-grid .product-name {
    text-align:left !important;
}
.catalog-category-view div[id*="suggestions_"] .products-grid, .cms-home div[id*="suggestions_"] .products-grid {
    position:relative;
    top:20px;
    background: url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/item-line-back.gif') top right repeat-y;
    height:263px;
}
.catalog-category-view div[id*="suggestions_"] {
    margin-bottom:55px;
}
.catalog-category-view .product-grid, .cms-index-index .products-grchild {
    background: none;
}
.pi-promo-text {
    float:left;
    width:130px;
}
.pi-price {
    float:right;
    width:auto;
    text-align: right;
    color: #05283E !important;
    clear: none;
    font-size: 15px;
}
.product-link {
    float:none;
    clear:both;
}
.pi-promo-text .discount-text-before {
    color: #EE2C23;
    font-size: 10px;
    margin: 0px !important;
    text-transform: uppercase;
    text-align: left;
}
.pi-promo-text .discount-text-after {
    color: #B3B3B3;
    font-size: 10px;
    margin: 0px !important;
    text-transform: uppercase;
    text-align: left;
}
.product-tabs {
    position: relative;
    top: 10px;
}
.pi-dinkus {
    position:absolute;
    top:0;
    left:5px;
    z-index:1;
}
.product-view .notice {
    z-index:5;
}
.products-grid {
    position:relative;
}
.checkout-cart-index .products-grid, .catalog-product-view .products-grid {
    border-bottom: 1px #A2B9C9 dotted;
}
.catalog-product-view .products-grid li.item {
    width: 200px;
    height: 320px;
    margin: 25px 0 0 0;
}
.catalog-product-view #estimate_postcode {
    -moz-background-inline-policy: continuous !important;
    background: url("https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/post-code.jpg") no-repeat scroll left top transparent !important;
    height: 32px;
    padding: 0 15px 0 10px;
    width: 90px;
}
.messages {
    width: 100% !important;
}
.popular-items, .popular-categories {
    margin-top:10px;
}

/*#shipping-zip-form .buttons-set button.button {
	left:176px;
	position:absolute;
	top:161px;
	float: right;
}*/

#shipping-zip-form .buttons-set button.button {
    float:left;
    margin:0!important;
}
#shipping-zip-form .buttons-set {
    float:none;
}
body.catalogsearch-result-index div[id*="suggestions_"] {
    display:none !important;
}
body.customer-address-form p.required {
    text-align:left;
}
body.customer-address-form p.back-link {
    display:none;
}
body.customer-address-form .form-buttons {
}
body.enterprise-giftcardaccount-customer-index .buttons-set.form-buttons.btn-only {
}
p.back-link {
    display:none;
}
body.customer-account-edit #change_password.checkbox {
}
body.customer-account-edit p.required {
    text-align:left;
}
body.customer-account-edit .main .buttons-set.form-buttons {
}
.products-grid li.item:last-child {
    background:none;
    border:none;
}
/* Predictive Intent for My Account & Other Stuff */

body[class*='wishlist-'] .main .pi-price, body[class*='customer-'] .main .pi-price, body[class*='sales-'] .main .pi-price {
    float: none;
    width: 60px;
    text-align: left;
}
body[class*='wishlist-'] .main ul.products-grid, body[class*='customer-'] .main ul.products-grid, body[class*='sales-'] .main ul.products-grid {
    margin-top:25px;
    border:none !important;
    background:none !important;
}
body[class*='wishlist-'] .main li.item, body[class*='customer-'] .main li.item, body[class*='sales-'] .main li.item {
    padding:0;
    border:none !important;
    background:none !important;
}
body[class*='wishlist-'] .main, body[class*='customer-'] .main, body[class*='sales-'] .main {
    background: #fff;
}
body[class*='wishlist-'] .fieldset h2.legend, body[class*='customer-'] .fieldset h2.legend, body[class*='sales-'] .fieldset h2.legend {
}
.main ul.products-grid:last-child {
    background:none !important;
    border:none !important;
}
/* One Page Check Out */
.checkout-onepage-index .page-title {
    margin-left:15px;
    background: url('/media/hr-full-width-3.png') no-repeat bottom left;
}
#checkout-review-table tbody tr td span.cart-price {
    padding-top: 0;
    float: right;
}
.checkout-cart-index .main .cart-empty {
    margin-left:20px;
    background:#fff;
}
.checkout-cart-index .col1-layout {
    background:#fff;
}
#billing\:street2 {
    margin-left: 212px;
}
body.page-popup {
    background:#FFF;
}
/* Print Page */
.sales-order-view .data-table tbody tr td span.cart-price, .page-print .data-table tbody tr td span.cart-price {
    padding-top: 0;
    float: left;
}
/* Other Stuff */
#review-form .form-list label {
    width:auto;
}
.tab-warranty-info {
    width: 350px;
    position: absolute;
    top: 27px;
    left:400px;
}
.tab-shipping-info {
    float: none;
    width: 350px;
}
.tab-shipping-estimate {
    width:400px;
    float:left;
}
.product-view .product-shop .add-to-box {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    text-align:right;
}
.catalog-product-view .fieldset.giftcard-send-form {
    display:none;
}
.catalog-product-view #messages_product_view {
    width:940px;
}
#tab2 {
    position:relative;
}
.block-shipping-estimate.block-shipping-results {
}
.catalog-product-view .additional-items {
    display:none;
}
.categorypath-room-html.category-room .col-main {
    padding:35px;
}
.categorypath-room-html.category-room .col-main .category-view .popular-category h1 {
    background: transparent url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/popular.png) no-repeat scroll 720px center;
}
.catalog-product-view p.you-save {
    text-align:right;
}
.catalog-product-view p.old-price-note {
    text-align:right;
}
.category-view h1.popular-products {
    margin-top:45px;
    margin-bottom:0px;
    padding-left: 15px;
    background: transparent url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/popular.png) no-repeat scroll 440px 8px;
    text-align: right;
    text-transform:uppercase;
    height:30px;
    border-bottom: 1px solid #DCEAF7;
}
.category-view ul {
    list-style:disc;
}
.catalogsearch-result-index h1.popular-products {
    display:none;
}
.category-view h1.popular-products {
    margin-right: 13px
}
/* Remove PI from selected categories */
body.categorypath-lifestyle-gallery-lamps-modern-table-lamps-html .predictive-intent, body.categorypath-lifestyle-gallery-lamps-traditional-table-lamps-html .predictive-intent, body.categorypath-lifestyle-gallery-lamps-floor-lamps-html .predictive-intent, body.categorypath-lifestyle-gallery-lamps-task-lamps-html .predictive-intent, body.categorypath-lifestyle-gallery-lamps-nursery-lamps-html .predictive-intent, body.categorypath-lifestyle-gallery-lamps-energy-saving-lamps-html .predictive-intent,  body.categorypath-lifestyle-gallery-pendants-modern-pendants-html .predictive-intent, body.categorypath-lifestyle-gallery-pendants-traditional-pendants-html .predictive-intent, body.categorypath-lifestyle-gallery-pendants-chandeliers-html .predictive-intent, body.categorypath-lifestyle-gallery-pendants-energy-saving-pendants-html .predictive-intent,  body.categorypath-lifestyle-gallery-outdoor-lighting-exterior-garden-lights-html .predictive-intent, body.categorypath-lifestyle-gallery-outdoor-lighting-exterior-house-lights-html .predictive-intent, body.categorypath-lifestyle-gallery-outdoor-lighting-energy-saving-exteriors-html .predictive-intent,  body.categorypath-lifestyle-gallery-energy-saving-spotlights-html .predictive-intent, body.categorypath-lifestyle-gallery-energy-saving-downlights-html .predictive-intent, body.categorypath-lifestyle-gallery-energy-saving-flush-mounts-html .predictive-intent, body.categorypath-lifestyle-gallery-energy-saving-pendants-html .predictive-intent, body.categorypath-lifestyle-gallery-energy-saving-bathroom-lighting-html .predictive-intent,  body.categorypath-lifestyle-gallery-fans-portable-fans-html .predictive-intent, body.categorypath-lifestyle-gallery-fans-ceiling-fans-html .predictive-intent,  body.categorypath-shop-by-whats-new-html .predictive-intent, body.categorypath-clearance-html .predictive-intent {
    display: none !important
}
/* End remove PI from selected categories */


.catalog-category-view .predictive-intent {
    position:relative;
    top:20px;
}
.checkout-cart-index .data-table td.last {
    width:100px;
    text-align:right !important;
}
.checkout-cart-index .data-table.cart-table .price {
    position: relative;
    top: 20px;
}
.checkout-cart-index .discount-amount .price {
    top:0 !important
}
.checkout-cart-index .discount-amount {
    top:20px;
    position:relative;
    color:red;
    font-size:10px;
    text-transform:uppercase;
}
.checkout-onepage-success button.button span span {
    background-position: 100% 0 !important;
    padding: 5px 21px 0 10px !important;
}
.checkout-onepage-success button.button span {
    -moz-background-clip: border !important;
    -moz-background-inline-policy: continuous !important;
    -moz-background-origin: padding !important;
    background: transparent url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bg-bg) no-repeat scroll 0 0 !important;
    color: #4678A8 !important;
    float: left !important;
    font-family: HelveticaCdMed, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    height: 34px !important;
    line-height: 16px;
    text-align: center !important;
    white-space: nowrap;
}
.item-options {
    display:none;
}
.category-room .popular-category h1 {
    border:none;
}
.cms-beacon-lighting-catalogue .page-title .col-main .page-title {
    background:transparent url(/media/hr-full-width.png) no-repeat scroll left bottom;
}
.beacon-solar-banner {
    float: right;
    margin-top: 3px;
}
.sp-methods li.error-msg {
    border-color: #FCD344;
    background-color: #FAFAEC;
    color: #3D6611;
    padding:7px
}
dl.sp-methods {
    margin-top:15px;
}
.category-led-globes-lights .predictive-intent {
    display:none;
}
ul.cms-menu {
    width:183px;
    margin-bottom:25px;
}
.cms-about-us .sidebar .block {
    padding: 0px 45px 25px 15px;
}
.cms-about-us .col-main .std {
    width:690px;
}
.blog-categories .products-grid .item .product-image {
    width:170px;
    height:170px;
}
.product-giftcard p.old-price-note, .product-giftcard p.you-save {
    display:none;
}
/* Predictive Intent Blocks, Related & Upsell Products on Product View */
body.catalog-product-view #main-product-info #tab1 li.item {
    height:320px !important;
    padding: 10px 0 !important;
    position:relative;
}
body.catalog-product-view #main-product-info #tab1 ul.products-grid {
    padding: 0 !important;
    margin-bottom: 0 !important;
}
body.catalog-product-view #main-product-info #tab1 .special-attribute-price {
    text-align:right !important;
}
.full-width {
    width:100% !important;
}
#products-home-tabs .promo-text-wrapper {
    margin-left:0;
}
.catalog-product-view #main-product-info #tab1 .sub-tab-container {
    min-height:200px;
}
.page-sitemap div.pager p.amount {
    padding-top:35px;
}
.product-beacon-lighting-in-store-gift-card ul.add-to-links, .product-beacon-lighting-in-store-gift-card div.special-attribute-price {
    display:none !important;
}
.related-upsell-products .promo-text-red, .related-upsell-products .promo-description {
    text-align:left;
}
.product-beacon-lighting-in-store-gift-card .add-to-cart {
    position:relative;
    bottom: 10px;
}
.related-upsell-products .product-image img {
    margin:0 auto 10px;
}
:root .grid-float {
    left:auto \0/IE9;
    top:auto \0/IE9;
}
/* IE9 */
 .blog-products {
    font-size: 11px;
    line-height: 14px;
    color: #6c6c6c;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding: 5px 0 5px 0;
}

.catalog-product-compare-index .product-name {
    height: 70px;
    overflow:hidden;
}
.catalog-product-compare-index p.old-price, .price-label {
    display: none
}
.catalog-product-compare-index span.price {
    font-size:23px;
}
.catalog-product-compare-index .special-price {
    margin:0 !important
}
#topCartContent .subtotal {
    display: none;
}
#topCartContent span.price {
    display:none;
}
.ie body[class*='customer-'] p.required {
    text-indent:20px;
}
/* == AB SPLIT TEST BUTTONS == */

.test-buttons {
    display: none;
    position: absolute;
    bottom: 0;
}
.category-modern-pendant-lights2 .test-buttons {
    display:block !important;
}
.products-detailsbox {
}
.category-modern-pendant-lights2 .products-grid {
    margin-bottom:55px !important;
}
.category-modern-pendant-lights2 .products-grid li.item {
    background: url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/item-line-back.gif') top right repeat-y;
}
.category-modern-pendant-lights2 li.item:last-child {
    background:none
}
/* TESTIMONIALS (FK) */

.col-left.sidebar ul#testimonials li span.text, .home-left ul#testimonials li span.text {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
.col-left.sidebar ul#testimonials, .home-lstimonials {
    /*  padding: 20px 0 10px 0;
    border-top: 1px #D4E0E8 solid;
    width:185px;
    margin-left:10px;
    list-style:none;*/
}
.home-left ul#testimonials {
    margin-left:0;
}
.block-testimonials {
    padding:0 !important;
    margin:20px 5px 15px 0 !important;
}
.name-date {
    font-weight:normal;
    font-size:11px;
}

body[class*=testimonials-] .block-testimonials {
    margin:0 !important;
}
body[class*=testimonials-] .col-left {
    padding:0 !important;
}
.contact-us-info-container {
    background:url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bg-contact-us.png') no-repeat top left;
    min-height:310px;
    position:relative;
    margin-bottom:20px;
    margin-top:15px;
}
.call-beacon {
    margin-top:10px;
}
.contact-us-info-container p {
    margin:10px 0 10px 0 !important;
}
.contact-us-info-container h1 {
    font-family: HelveticaNeueMediumExt, Arial;
}

.contact-us-info-left {
    width: 200px;
    position:absolute;
    left:0;
    top:15px;
}
.contact-us-info-middle {
    width: 200px;
    position:absolute;
    left:240px;
    top:15px;
}
.contact-us-info-right {
    width: 200px;
    position:absolute;
    left:480px;
    top:15px;
}
ul#testimonials .rate {
    margin-top: 10px;
}
.tc-referral {  overflow:hidden; padding-top:106px; font-family:Myriad Pro; color:#6d6e71; background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/tc_referral.jpg) no-repeat 0 0; }
.tc-referral .form-buttons { width:auto; }
.tc-referral .form-buttons button.button { float:left; margin-left:0; }
.tc-referral .tc-page-title { margin-bottom:35px; }
.tc-referral strong {  color:#6d6e71; }
.tc-referral .ref-left { float:left; width:430px; padding-left:20px; }
.tc-referral .ref-right { float:right; width:400px; }
.tc-referral h2,
.tc-referral h3 { font-weight:bold; }
.tc-referral p, .tc-referral li { margin-bottom:15px; }


a.btn-share {
    float: right;
    height: 30px;
    background: url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/btn-bg-blue.png) repeat-x;
    padding: 4px 0 0 10px;
    font: 14px/21px HelveticaCdMed, Arial, sans-serif;
    text-align: center;
    white-space: nowrap;
    
    margin-left:15px;
}
a.btn-share span {
    padding: 7px 30px 0 0;
    text-align: left;
    background: transparent url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/default-button.png) right 0 no-repeat;
}


.checkout-cart-index .table.cartPaymentArea td.cartPaymentAreaText {padding:0px;}
.checkout-cart-index .shipping table td input#couponCodeText {float:left;}
.checkout-cart-index .shipping table td .buttons-set { width:auto;}

div.applycoupon_button {float:left}

.checkout-cart-index .shipping table {
    background: none repeat scroll 0 0 #E7E8E9;
    border-radius: 15px 15px 15px 15px;}
#bodywindow2 {
    background-color: #F4F4F6;
    background-image: url("https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/template/background_table2.jpg");
    background-repeat: repeat-x;
    border: 0 none;
    color: #424143;
    font-size: 12px;
    line-height: 25px;
    text-align: justify;
    width: 975px;
}

img.vid-overlay {
    position: absolute;
}
/*----------------wordpress-----------------*/
.none-wp{ display: none;}
.is-blog .none-wp{ display: block;}
.is-blog p{ margin-bottom: 11px;}
.is-blog .main-container{ width: auto; background: #e4e7ea;}
.is-blog .main{ width: 940px; margin: 0 auto; background: none;}
.is-blog .main .col-main{ float: left; width: 700px; padding-top: 13px; position: relative;}
.is-blog .main .col-main .post-skips{ position: absolute; bottom: 57px; left: 0px ; width: 700px;}
.is-blog .main .col-main .post-skips .post-skip-previous{
    background: url("https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/back_03.png") no-repeat scroll left top transparent;
    cursor: pointer;
    display: block;
    float: left;
    height: 14px;
    text-indent: -999999px;
    margin-left: 13px;
    font-size: 0px;
    width: 55px;
}
.is-blog .main .col-main .post-skips .post-skip-next{
    float: right;
    margin-right: 13px;
    background: url("https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/next_03.png") no-repeat scroll left top transparent;
    cursor: pointer;
    display: block;
    text-indent: -999999px;
    font-size: 0px;
    height: 14px;
    width: 59px;
}
.is-blog .menu-wp{ display: table; width: 940px; margin: 12px auto 0px auto;}
.is-blog .wrapper,.is-blog .page{ width: auto;}
.is-blog .header-container, .is-blog .breadcrumbs,.is-blog .col-main > p,.is-blog .footer-before-container,.is-blog .footer-container, .is-blog .copyright{ width: 940px; margin: 0 auto;}
.is-blog .blog-wrap{ background: #e4e7ea;}
.is-blog .breadcrumbs{padding: 7px 0 5px 19px; width: 921px; clear: both; margin-bottom: 4px;}
.breadcrumbs{ display: none;}
.header-container .breadcrumbs{ display: block; clear: both;}
.guide-block{ margin-bottom: 13px;}
.is-blog .post-list .post-meta.details strong{ font-weight: normal;}
body.wordpress-post-category-view #comments{ display: none;}
/*Title background*/
.trends{background: #7f3f98;}
.tips-advice{background: #d91b5c;}
.as-seen-in{background: #ffe200;}
.inspiration{background: #007182;}
.energy-saving{background: #5ca63c;}
.diy{background: #00a498;}
.faq{background: #b91083;}
.commercial{background: #d71921;}
.customer-projects{}
.latest-news{background: #ffc40d;}
.led{background: #091e5f;}
.solar{ background: #f0901d;}
.trade{ background: #0d4e9c;}
.no-class{ background: #007182;}
.mfo-blog-title{
    color: rgb(255, 255, 255);
    font-size: 35px;
    height: 45px;
    line-height: normal;
    font-family: 'Austin-Semibold'; font-weight: bold;
    padding: 0px 0 0 14px;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    width: 686px;
}
.mfo-blog-title a,.mfo-blog-title .title-view{ color: #fff;}
.is-blog .post-list #respond li{ background: none; margin-bottom: 0px;}
.mfo-blog-title .bg-roud{ position: absolute; top: 0px; right: 0px; background: url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/title_03.png') no-repeat top left; z-index: 8; width: 81px; height: 45px;}
/*End Title background*/
.is-blog .post-list li{ background: #fff; margin-bottom: 27px;}
.is-blog .post-list .post-meta.details,.is-blog .post-entry  .post-meta.details {
    width: 628px;
    background: #a2aab4;
    padding: 10px 36px 13px 36px;
    color: #fff;
    margin-bottom: 0px;
    font-size: 12px;
    line-height: normal;
    text-transform: uppercase;
}
.is-blog #comments{ background: #a2aab4; border-top: 2px solid #fff ; padding-left: 35px;}
.is-blog #comments > h2{ cursor: pointer; font-size: 12px; font-family: arial; text-transform: uppercase; background: url("https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/comment_07.png") no-repeat scroll left 5px transparent; margin-top: 6px; padding-left: 27px; color: #fff; margin-bottom: 9px; }
.is-blog #comments .field .input-box input#author,.is-blog #comments .field .input-box input#email{
    width: 299px;
    height: 32px;
    color: #a7a9ab;
    font-size: 12px;
    text-transform: uppercase;
    background: #fff;
    padding: 0 0 0 11px;
    font-family: arial;
}
.is-blog #comments #comment{
    width: 610px!important; height: 166px;
    padding: 10px!important;
    color: #a7a9ab;
    font-size: 12px;
    text-transform: uppercase;
    font-family: arial;
}
.is-blog.wordpress-index-index #comments > h2{ padding-bottom: 6px;}
.clear{clear: both;}
.is-blog #comments .gravatar.left{ margin-right: 15px;}
.is-blog #comments .comment-list li{ margin-bottom: 10px; color: #fff;}
.is-blog #comments .fieldset .legend{ margin-top: 15px; font-size: 16px; color: #fff; text-transform: uppercase; font-family: Austin-Semibold; margin-bottom: 9px;}
.is-blog #comments #post-the-comment{ float: left; margin: -11px 0px 13px 0px; padding: 0px;}
.is-blog #comments #post-the-comment > span{ padding-left: 9px;}
.is-blog #comments #post-the-comment span,.is-blog #comments #post-the-comment span span{ background: none; font-size: 12px; color: #fff; text-transform: uppercase;}
.is-blog #comments .fields .field{ padding-bottom: 10px;}
.is-blog .post-entry.entry{ background: #fff;}
.is-blog .post-list .post-meta.details a,.is-blog .post-entry  .post-meta.details a{text-transform: uppercase;font-size: 12px;color: #fff; }
.is-blog .post-list li .featured-image, .is-blog .post-entry .featured-image{float: none!important; width: 674px; margin: 0 auto;}
.is-blog.wordpress-post-view .post-entry .featured-image{ padding-top: 16px;}
.is-blog .post-list li .featured-image img{ width: 674px; margin: 16px auto 10px auto; display: table;}
.is-blog .post-entry .featured-image img{width: 674px; margin: 0px auto 10px auto; display: table;}
.is-blog .col-right{ width: 217px;}
.is-blog .post-list li .excerpt, .is-blog .post-entry .excerpt{ padding-bottom: 5px; clear: both; font-size: 12px; color: #666666; font-style: italic; width: 674px; margin: -2px auto 8px auto; border-bottom: 1px solid #999;}
.is-blog .post-list li .content,  .is-blog .post-entry .content{ width: 674px; margin: 0 auto;font-size: 12px; color: #666666;margin-bottom: 7px; }
.is-blog .pager{ margin: -8px 0px 35px 0px; padding: 0px;}
.is-blog .pager  .pages{ margin: 0px;}
.is-blog .pager .limiter, .is-blog .pager .amount,.is-blog .pager  .pages > strong,
.is-blog .pager  .pages li.current,.is-blog .pager  .pages li a {display: none;}
.is-blog .pager  .pages li{ background: none;}
.is-blog .pager  .pages li a img{ display: none;}
.is-blog .pager  .pages li a.next.i-next{ margin-right: 13px; display: block; background: url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/next_03.png) no-repeat top left; width: 59px; height: 14px; cursor: pointer; float: right;}
.is-blog .pager  .pages li a.previous.i-previous{margin-left: 13px; display: block; background: url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/back_03.png) no-repeat top left; width: 55px; height: 14px; cursor: pointer; float: left; }
.wordpress-post-view .col-main{ padding-bottom: 86px;}
#back-top {position: fixed; display:none; bottom:10px; right:137px; width:29px; z-index: 105;}
#back-top span {width: 29px; height: 29px; display: block; background: url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/top_03.png') no-repeat top left; cursor: pointer;}
#back-top a {width: 29px; display: block;color: white; font-size: 0px; text-indent: -9999999px;}
.wordpress-post-category-view.is-blog .post-list li .featured-image{width: 215px; height: 152px; overflow: hidden;}
.wordpress-post-category-view .catpostinfo p{margin-bottom: -1px;}
body.wordpress-post-category-view #post-list{padding-top: 1px;}
body.wordpress-post-view.is-blog .post-entry .content{padding-bottom: 7px;}
body.wordpress-post-category-view .post-list li.item{ margin-bottom: 12px;}
.is-blog .sidebar .block-blog.block-recent-posts .block-title span{ margin-bottom: 7px; margin-top: 6px;}
.is-blog .sidebar .block-blog.block-recent-posts .item .featured-image{ width: 193px; overflow: hidden;}
.is-blog .sidebar .block-blog.block-recent-posts { padding-bottom: 4px;}
.is-blog .header-container .none-wp > p{ padding-top: 18px; background: #fff;}
.is-blog .sidebar .block-blog.block-recent-posts .item > a{ font-size: 12px; font-family: arial; color: #fff; text-transform: uppercase; background: url("https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/rcpost_11.png") no-repeat scroll left 2px transparent; padding-left: 13px; margin-top: 6px; margin-bottom: 9px; float: left;}
/*sidebar*/
.is-blog .sidebar { position: relative; z-index: 100; }
.is-blog .sidebar .block-blog{ background: #a2aab4; margin-bottom: 30px; padding: 0px 0px 12px 12px;}
.is-blog .sidebar .block-blog .block-title span{  text-transform: uppercase; font-size: 18px; color: #fff; margin-top: 9px; display: table; float: left; font-family: 'Austin-Semibold';  height: auto; margin-bottom: 10px;}
.is-blog .sidebar .block-blog .block-content{ clear: both;}
.is-blog .sidebar .block-blog-text ul li{ float: left; margin-right: 5px;}
.is-blog .sidebar .block-blog-text ul li img{ border: none;}
.is-blog .sidebar .block-blog-text .becon-vip{ padding-top: 5px; color: #a7a9ab; text-transform: uppercase; width: 194px; height: 28px; background: #fff; text-align: center; font-size: 14px; font-family: Austin-Semibold;  float: left;}
.is-blog .sidebar #wp-category-list li a{ font-size: 12px ; color: #fff; font-family: arial;}
/*End sidebar*/
/*menu*/
.is-blog .menu-wp li{ float: left; }
.is-blog .menu-wp li a{ padding: 9px 7px; float: left; color: #999999; font-size: 16px;font-family: 'Austin-Roman'; }
.is-blog .menu-wp li:hover a, .is-blog .menu-wp li a.current_page_item{ background: #e4e7ea; color: #666;}
/*End menu*/
/*Search*/
.is-blog .sidebar .block-blog-search{ padding: 0px; margin-top: -37px; background: none; margin-bottom: 87px;}
.is-blog .sidebar .block-blog-search .block-title{ display: none;}
.is-blog .sidebar .block-blog-search #blog-search{ float: left; padding-left: 5px; width: 185px; background: none; color: #999; font-size: 12px; font-family: arial; text-transform: uppercase;}
.is-blog .sidebar .block-blog-search .button span{ display: none;}
.is-blog .sidebar .block-blog-search .block-content{ width: 215px; display: table; border-bottom: 1px solid #666666;}
.is-blog .sidebar .block-blog-search .button{ margin-top: 7px; float: left; cursor: pointer; background: url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/btn-search-bg_03.png') no-repeat top left; width: 14px; height: 14px;}
/*End Search*/
.page > address.copyright{ float: none; text-align: left;}
/*End wordpress*/


/*Khoai testimonial mini*/
#left_testimonial{

}

#left_testimonial .testimonial_top{
    background: url("https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/testimonial_top.png") no-repeat;
    height: 8px;
}
#left_testimonial .testimonial_body{
    background: url("https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/tesimonial_body.png") repeat-y;
}
#left_testimonial .testimonial_footer{
    background: url("https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/testimonial_footer.png") no-repeat;
    height:21px;
}
.col-left.sidebar ul#testimonials{
    padding: 10px  25px 0 20px;
    list-style:none;
}
#testimonials .title{
    color:black;
    font-size: 16px;
    font-weight: normal;
}
.col-left.sidebar ul#testimonials li, .home-left ul#testimonials li {
    color: #58585A;
    font-size: 14px;
    margin-top: 8px;
}
#testimonials .name-date {
    font-size: 14px;
    font-weight: normal;
    margin-top: 8px;
}
.view-all-testimonials {
    background: url("https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/btn-view-all-testimonials.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #6C6C6E;
    font-size: 13px;
    line-height: 15px;
    margin-top: 20px;
    padding-left: 15px;
}
.view-all-testimonials a{
    color:#58585a;
}
.testimonial_list_page .intro{
    color:#333333;
    font-size: 13px;
}
.testimonial_list_page, .add_testimonial_page{
    color: #333333;
    font-size:13px;
}
.testimonial_list_page .page-title h1, .add_testimonial_page .page-title h1 {
    color: #000000;
    font-size: 30px;
    font-weight: normal;
}
.testimonial_list_page .page-title, .add_testimonial_page .page-title {
    background: none;
    border-bottom:1px solid #d6d6d6;
    padding-bottom:0px;
    width:96%;
}
.testimonial_list_page ul#testimonials li{
    border-bottom: 1px solid #D6D6D6;
}
.testimonial_list_page ul#testimonials li .text,#testimonials .name-date{
    color:#333333;
}
#left_testimonial .name-date{
    color:#58585A;
}

.testimonial_list_page .add-testimonial{
    background: url("https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg-btn.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0) !important;
    border-radius: 4px;
    color: #FFFFFF;
    height: 39px;
    margin: 0;
    padding: 0;
    border: none;
}
.testimonial_list_page .add-testimonial span{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    color: #FFFFFF;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 14px;
    height: 39px;
    line-height: 39px;
    margin: 0;
    padding: 0;
    width: 100%;
}
.testimonial_list_page .add-testimonial span span {
    font-size: 14px;
    font-weight: normal !important;
    margin: 0;
    padding: 0 24px;
    text-shadow: 0 0 0;
}


#submit_add_testimonial{
  /*  background: url("https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/addTesimonial.png") no-repeat scroll right 0 rgba(0, 0, 0, 0);*/
    border: medium none;
    color: #FFFFFF;
    height: 39px;
    text-align: left;
    padding-left:8px;
    width: 90px;
    font-size: 13px;
    cursor:pointer;
}
.add_testimonial_page button.button span{
    color:white;
    background: none!important;
    width: 95px;
}
#left_testimonial ul{
    margin-bottom: 0px!important;
}

/*Khoai Compare product */
.catalog-product-compare-index .page-title h1{
    color:black;
    font-family: Arial;
}
.catalog-product-compare-index{
    color:#333333;
}
.catalog-product-compare-index .buttons-set button.button span{
    background:none;
    height: 40px;

}
.catalog-product-compare-index .buttons-set button.button span span{
    background: url("https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/button_recommend.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    color:white;
    height: 40px;
    line-height: 40px;
    text-align: left;
    
}
.data-table .btn-remove:hover{
    background: url("https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/btn_remove.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.link-print{
    color:black;
}
#product_comparison .btn-cart{
    background: url("https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg-add.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0) !important;
    border-radius: 3px;
    color: #FFFFFF;
    height: 39px;
    margin: 0;
    padding: 0;
    width: auto !important;
}
#product_comparison .btn-cart span{
    height: 39px;
    line-height: 39px;
    width: 100%;
}

#product_comparison .btn-cart span span{
    font-size: 14px;
    padding: 0 28px;
}
#product_comparison .item-price {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 4px;
    text-align: left;
}

/*Override Login page*/
body .main.col1-layout .col-main {
    width: 100%;
}
.customer-account-login .col2-set .registered-users {
    width: auto;
    padding: 0;
}
.account-login .new-users{
    padding: 0;
}
.account-login input#email, .account-forgotpassword input#email, .account-create input#email,
.account-login input#pass, .account-forgotpassword input#pass, .account-create input#pass,
.account-login input[type="text"], .account-forgotpassword input[type="text"], .account-create input.input-text {
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    width: 315px;
    height: 43px;
    padding: 10px;
    background: none;
    color: #999999;
}
.col-main .page-title,
.account-login .page-title{
    background: none;
    font-size: 32px;
    color: #000000;
    margin: 0 0 1px;
}
.customer-account-login .account-login #login-form {
    background: none !important;
    border: none;
}
.main .account-create h2.legend,
.main .new-custom,
.main .register-tr {
    background: #eeefef;
    border-radius: 5px 5px 0 0;
    width: auto;
}
.account-create h2.legend,
.account-login .fieldset h2 {
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    margin: 0 20px;
    padding: 0 !important;
    line-height: 39px;
    text-transform: none;
}
.new-users p,
.account-login .registered-users p,
.registered-users .form-list {
    margin-left: 20px;
    color: inherit;
}
.account-forgotpassword .form-list button { margin-left: 20px; margin-top: 2px;  }
.account-forgotpassword .form-list label, .account-forgotpassword .form-list span.label, .account-create .form-list label,
.account-login .form-list label, .account-login .form-list span.label, .account-create .form-list span.label {
    color: #333333;
    font-weight: normal;
    padding: 10px 0 0;
    width: 138px;
}
.account-login .new-users{
    width: 49%;
}
.form-list li {
    margin: 0 0 20px;
}
.account-login p.required, .account-login .btn-only {
    padding: 4px 0 0;
    text-align: right;
    width: auto;
}
.account-login .button2 {
    float: right;
}
.account-login .btn-only a{
    color: #eb2626;
    margin: 0 20px 0 0;
    font-size: inherit;
    line-height: 39px;
    float: right;
}
.account-login .btn-only a:hover{
    text-decoration: underline;
}
.new-users .buttons-set{
    margin-top: 104px;
}
.account-login .registered-users p{
    margin-bottom: 15px;
}


/*Button2*/
.newsletter-wrapper button.button2{
    margin-left: 383px;
}
button.button2{
    border: none;
    background: none;
}
button.button2 > span{
    height: 39px;
    position: relative;
    padding: 0 5px;
    display: inline-block;
}
button.button2 > span:before,
button.button2 > span:after{
    content: "";
    position: absolute;
    width: 5px;
    height: 39px;
    top: 0;
    background: url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/button2.png) no-repeat;
    z-index: 1;
}
button.button2 > span:before{
    background-position: left center;
    left: 0;
}
button.button2 > span:after{
    background-position: right center;
    right: 0;
}
button.button2 span span{
    background: url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/button2_center.png) repeat-x;
    color: #FFFFFF;
    display: inline-block;
    height: 39px;
    line-height: 39px;
    vertical-align: middle;
    padding: 0 37px;
}

/*Request Quote*/
#quotelist a{
    color: #ef3340;
    text-decoration: underline;
}
#shopping-cart-table thead tr{
    background: #e6e6e6;
    font-size: 13px;
    border: none;
    color: #666666;
    text-transform: uppercase;
}
#shopping-cart-table thead tr th{
    border-left: 3px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    padding: 5px;
}
#shopping-cart-table tbody td{
    border-left: 3px solid #ffffff;
    border-top: 3px solid #ffffff;
    border-bottom: none;
    padding: 15px;
    background: #efefef;
}
#shopping-cart-table thead tr th.first,
#shopping-cart-table tbody td.first{
    border-left: none;
}
table#shopping-cart-table.data-table .product-image img {
    float: left;
    margin: 0 20px 25px 0;
}
#shopping-cart-table .title{
    float: left;
    width: 195px;
}
#shopping-cart-table .product-image {
    float: left;
}
#shopping-cart-table .title a{
    color: #000000;
    text-decoration: none;
}
#shopping-cart-table{
    color: #666666;
}
#shopping-cart-table textarea{
    width: 100%;
    height: 145px;
    padding: 10px !important;
    border: 1px solid #cccccc;
    color: #999999;
    font-size: 13px;
    line-height: 18px;
}
#shopping-cart-table tbody tr td a{
    color: #ef3340;
}
#shopping-cart-table input.input-text{
    border: 1px solid #cccccc;
    border-radius: 4px;
    background: #ffffff;
    color: #666666;
    text-align: center;
    padding: 5px;
    width: 52px;
    height: 39px;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
#shopping-cart-table a.pad {
    padding: 10px 0 0;
    display: inline-block;
}
#shopping-cart-table tr td a.pad {
    display: none;
}
#shopping-cart-table a.pad:focus{
    outline: none;
}
#shopping-cart-table tfoot td{
    border-bottom: 1px solid #DDDDDD;
    padding: 15px 0 10px;
}

#quotelist .qquote-client-collaterals {
    float: right;
    padding: 25px 0;
    width: 605px;
}
#quotelist .qquote-client-collaterals .box {
    background: none;
    border: none;
    padding: 0;
}
#quotelist .qquote-cart-collaterals .shipping-adress h4,
#quotelist .qquote-client-collaterals .client-data h4{
    background: none;
    color: #333333;
    font-weight: bold;
    padding: 0;
    margin: 0 0 20px;
}
/*#quotelist input.input-text,*/
.qquote-client-collaterals input[type="text"],
.qquote-client-collaterals input[type="password"],
.qquote-client-collaterals select,
.qquote-client-collaterals textarea
{
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    width: 430px;
    height: 40px;
    line-height: 20px;
    padding: 10px;
    background: none;
    color: #999999 !important;
    float: right;
}
.qquote-client-collaterals textarea{
    height: auto;
    width: 100%;
    float: none;
}
div.current-state,
.qquote-client-collaterals table td {
    display: inline-block;
    line-height: 40px;
    vertical-align: middle;
    width: 100%;
    /*margin-bottom: 20px;*/
    padding-bottom:20px;
}

.qquote-client-collaterals table tr td div.current-state {padding-bottom:0px;}
#quotelist #accountDiv{
    margin-top: 0;
}
#quotelist .question{
    margin-bottom: 5px;
}
span.required{
    color: #ff1313;
}
#quotelist div.selector{
    position: relative;
    /*overflow: hidden;*/
    width: 365px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
}
#quotelist div.selector select{
    position: relative;
    z-index: 1;
    width: 390px;
    border: none;
}
#quotelist div.selector span{
    background: url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/arrow_down.png) no-repeat 100% center;
    display: inline-block;
    height: 40px;
    position: absolute;
    right: 15px;
    left: 15px;
    top: 0;
    width: auto !important;
    /*width: 9px;*/
    z-index: 1;
}
#quotelist div.selector .validation-advice{
    position: absolute;
    left: 0;
    top: 100%;
}

#qquote-tbl-address #uniform-country, #qquote-tbl-address #uniform-region_id {
    float: right;
    width: 430px !important;
}
#qquote-tbl-address #uniform-country select, #qquote-tbl-address #uniform-region_id select{
    width: 430px !important;
}
.qquoteadv-index-index .validation-advice {
    margin-left: 178px;
}
.qquoteadv-index-index .qquote-client-collaterals table td{line-height: 40px;}
.qquoteadv-index-index #quotelist div.selector span{line-height: 40px;}
#qquote-tbl-billing div.selector,
#balance-beacon-newsletter div.selector,
#shipDiv div.selector,
.current-state div.selector{
    float: right !important;
    width: 430px !important;
}
#qquote-tbl-billing .selector select,
#balance-beacon-newsletter .selector select,
#shipDiv .selector select,
.current-state div.selector select{
    width: 460px !important;
    float: none !important;
}
.qquote-client-collaterals input[type="checkbox"] {
    margin: -2px 5px 0 0;
}
#quotelist .bottom-button button{
    float: right;
}
#quotelist .bottom-button{
    border-top: 1px solid #dddddd;
    padding-top: 15px;
    margin-top: 60px;
}

div.checker{
    display: inline-block;
}
div.checker span{
    background: url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/checkbox.png) no-repeat 0 0;
    display: inline-block;
    width: 12px;
    height: 12px;
    vertical-align: middle;
    margin-right: 8px;
}
div.checker span input{
    vertical-align: top;
    margin: 0 !important;
}
div.checker span.checked{
    background-position: center bottom;
}
.title-signup{
    margin-bottom: 20px;
}
/*
homepage===================*/
.guide-block{margin-bottom: 21px;}
.cms-index-index .main .container .container{padding-left: 0;}
.cms-index-index .collateral-tabs dt.last{border:none;border-bottom:1px solid #d6d6d6;background:#fff;width:100%;}
.collateral-tabs .active span{font: 24px Arial;color: #000;}
.collateral-tabs .active{height: 42px;}
#products-home-tabs .product-image{display: block;}
.cms-index-index .form-quote .qty-box{margin-right:9px;}
.products-grid .products-grid .product-name{padding-top:5px;}
.tab-container .products-grid .price{text-align: right;font:16px Arial;font-weight: bold !important;color:#000 !important;width:auto;margin-right:5px;}
#frame{
    text-align:left;
    width:100% !important;
    height:459px !important;
    border:none !important;
    background: none !important;
    margin-bottom: 17px !important;
}
#middle-center{width:100% !important;border:none !important;margin-left:0 !important;height:459px !important;margin-top: 0 !important;}
#slide-content{width:100% !important;height:100% !important;}
#slide-commands{border:none !important;background:transparent !important;margin-top:0 !important;right:28px !important;top:21px !important;width:auto !important;}
#slide-commands a{border:none !important;}
#slide-commands .normal{float: right !important:}
#middle-center .slide{width: 100% !important;background: #fff !important;}

.cms-index-index .std i{font-style: normal !important;}
.cms-index-index .collateral-tabs .tab{background: none;border-bottom: 1px solid #d6d6d6;height: 47px; }
.cms-index-index .collateral-tabs .tab a{font: 24px Arial;}
.cms-index-index .newsletter{background: url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/news-letter.png) no-repeat 0 0;width:474px;height:193px;float:left;}
.cms-index-index .col-main .block{background:transparent !important;}
.cms-index-index .col-main .block .block-title{background:transparent !important; font:30px Arial;color:#000;height: 67px;}
.cms-index-index .col-main .std .block .block-title strong{color:#000;line-height: 61px;font-weight: normal;}
.cms-index-index .col-main .block .block-content{padding:17px 19px;}
.cms-index-index .col-main .block .block-content .block-content{padding:17px 0 20px 20px;}
.cms-index-index .col-main .block .block-content label{font-weight: normal;font:14px Arial;color:#000;margin-bottom:21px;}
.cms-index-index div.validation-error{display: inline-block;float:left;}
.cms-index-index #newsletter{width:328px; border:1px solid #cccccc;float: left;padding: 10px;height: 39px;border-radius: 3px 0 0 3px;color:#000;}
.cms-index-index .block-quote{float:right;width:484px;height: 193px;background: url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bg-promo.png) no-repeat 0 0;margin-right: 12px;}
.cms-index-index .col-main .block.quote .block-title{height: 58px;}
.cms-index-index .block-quote .quote {margin: 8px 0;color: #fff;font: 16px Arial;}
.cms-index-index .col-main .std .block.quote .block-title strong{font: 30px Arial;color:#fff;line-height: 45px;}
.cms-index-index .block-quote p{margin: 0 20px;}
.cms-index-index div.block-quote a {float: right;display: inline-block;width: 138px;height: 39px;color: #fff;background: url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg-btn.png) repeat-x 0 0 transparent !important;border-radius: 3px;text-align: center;line-height: 36px;margin-right: 29px;margin-top: 20px;}
.cms-index-index div.block-quote a:hover {background: url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg-btn.png) repeat-x 0 -100px transparent !important;}
.cms-index-index .products-grid button.btn-cart{display: none;}
.cms-index-index .products-grid .form-quote button.btn-cart{display: inline-block; width:137px !important;}
.cms-index-index .products-grid button.btn-cart{margin: 0;}
.cms-index-index .products-grid,.cms-index-index .std dl{margin-bottom:0 !important;}
.cms-index-index .products-grid .product-name{margin-left: 10px;}
.cms-index-index .form-quote .qty-box .qtybutton i{color:#999999;}
.cms-index-index .std strong{color:#000;}

.cms-index-index button.button span span{padding:0 28px;}
.clear{clear:both;}

section .container > footer{display: none;}
footer{left:0;width:100% !important;}
#testimonialForm label{
    width: 125px !important;
    font-weight: normal;
}
#slide-commands .normal,#slide-commands .active{width:24px !important;height:24px !important;padding:0 !important;}
/*
my quote======================*/
.qquoteadv-view-history .pager .limiter{float: right;}
.qquoteadv-view-history .main .col-main .page-title h1,.sales-order-history .main .col-main .page-title h1,.sales-order-view .main .col-main .page-title h1{border-bottom: none;}
.qquoteadv-view-view address,.qquoteadv-view-view .col-2 u{margin:10px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
.qquoteadv-view-view h5.title {text-align: left;}
#my-orders-table{
    color: #666666;
    margin-top: 20px;
    margin-bottom: 10px;
}
#my-orders-table thead tr{
    background: #e6e6e6;
    font-size: 13px;
    border: none;
    color: #666666;
    text-transform: uppercase;
}
#my-orders-table thead tr th{
    border-left: 3px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    padding: 5px;
    text-align: center;
}
#my-orders-table tbody td{
    border-left: 3px solid #ffffff;
    border-top: 3px solid #ffffff;
    border-bottom: none;
    padding: 15px;
    background: #efefef;
}
#my-orders-table thead tr th.first,
#my-orders-table tbody td.first{
    border-left: none;
}
table#my-orders-table.data-table .product-image img {
    float: left;
    margin: 0 25px 25px 0;
}
#my-orders-table .title a{
    color: #000000;
    text-decoration: none;
}
#my-orders-table textarea{
    width: 100%;
    height: 145px;
    padding: 10px !important;
    border: 1px solid #cccccc;
    color: #999999;
    font-size: 13px;
    line-height: 18px;
}
#my-orders-table tbody tr td a{
    color: #ef3340;
    text-decoration: underline;
}
#my-orders-table input.input-text{
    border: 1px solid #cccccc;
    border-radius: 4px;
    background: #ffffff;
    color: #666666;
    text-align: center;
    padding: 5px;
    width: 100%;
    height: 39px;
}
#my-orders-table a.pad {
    padding: 10px 0 0;
    display: inline-block;
}
#my-orders-table a.pad:focus{
    outline: none;
}
#my-orders-table tfoot td{
    border-bottom: 1px solid #DDDDDD;
    padding: 15px 0 10px;
}
.sales-order-history  .toolbar .pager .limiter{float:right;}
.sales-order-view h1.f-left{padding-top: 15px;}
.button-groups{float:right;}
.button-groups a {
    width: auto !important;
    background: url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg-btn.png) repeat-x 0 0 transparent !important;
    height: 39px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    color: #ffffff;
    margin: 0;
    padding: 0;
}
.button-groups a{display:inline-block;padding:8px 15px;text-align:center;margin-left:10px;font-size: 14px;}
.button-groups a:hover{color:#fff;background: url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg-btn.png) repeat-x 0 -100px transparent !important;}
.sales-order-view .order-info dt{padding: 0px 20px 0 0px;}
.sales-order-view .order-page .order-date{font-size: 14px;margin-top: 15px;}
.customer-address-index .col-main .page-title{border-bottom:1px solid #d6d6d6;padding-bottom:0;margin-bottom:20px;}
.customer-address-index .main .col-main .page-title h1{border-bottom:none;}
.customer-address-index .my-account button.button{margin-top: -33px;}
.customer-address-index .my-account button.button span span{color: #fff;padding: 4px 20px;}
.customer-address-index .my-account .addresses-list ol{margin-top: 20px;}
.customer-address-index .addresses-list .box-content{font-size: 14px;}
.customer-address-index .info-box .box-title a{font-size: 14px;color:#ef3340;text-decoration: underline;}
.qquoteadv-view-view .main .col-main .page-title h1{width: 100%;text-align: left;}
.customer-account-index .info-box .box-content a,.customer-account-index .my-account .table-caption a,.customer-account-index .info-box .box-title a{font-size: 14px;color:#ef3340;text-decoration: underline;}
.customer-account-index .info-box .box-content{font-size: 14px;}
.customer-account-edit .main .col-main .my-account select{width:300px;}
.customer-account-index .info-box .box-content{font-size: 14px;}
.testimonial_list_page .add-testimonial{height: 39px;border-radius: 4px;-webkit-border-radius: 4px;-moz-border-radius: 4px;line-height: 38px;padding-left: 15px;}
#submit_add_testimonial{height: 39px;}

.testimonial_list_page .add-testimonial,#submit_add_testimonial{
    background: url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg-btn.png) repeat-x 0 0 transparent;
    padding:0;
    text-align: center;
}

.testimonial_list_page .add-testimonial:hover,#submit_add_testimonial:hover {
    background: url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg-btn.png) repeat-x 0 -100px transparent !important;
}

.contacts-index-index .block-testimonials #left_testimonial .testimonial_top,.contacts-index-index .block-testimonials #left_testimonial .testimonial_footer{
    display: none;
}
.contacts-index-index #left_testimonial .testimonial_body{background: #eeefef;padding: 20px;border-radius: 4px;-webkit-border-radius: 4px;-moz-border-radius: 4px;}
.contacts-index-index #testimonials .title{font-size: 14px;}
body .main .col-main #contactForm textarea#comment{padding:10px;}
div.std p{margin:0;}
div.content_bottom{display: none;}
#product_sendtofriend_form .form-list label {
    float: left;
    font-size: 14px;
    font-weight: normal;
    padding: 2px 12px 0 0;
    text-align: left;
    width: 125px;
}
#product_sendtofriend_form .form-list input.input-text, .form-list textarea{
    border:1px solid #D9D9D9;
    border-radius: 5px;
    padding: 10px!important;
    height: 43px;
    min-width: 374px;
}
#product_sendtofriend_form  .form-list li.fields .field {
    margin-bottom:7px;
}body .toolbar .pager .limiter div.selector{width:64px !important;}
 #watch_video_fancy{
     position: static;
     z-index: 100;
     /*top: -36px;*/
     margin-top: -36px;
     top:0;
 }
#watch_video_fancy{
    border-right: 1px solid #D6D6D6;
    border-top: 1px solid #D6D6D6;
    float: left;
    line-height: 36px;
    text-align: center;
    width: 130px;
    cursor: pointer;
    height: 36px;
    text-decoration: none;
}
#img_zoom{
    width: 100px; text-align:center; border-top:1px solid #d6d6d6; border-left:1px solid #d6d6d6;line-height:36px;float:right;
    position: relative;
    z-index: 100;
    cursor: pointer;
    bottom:0;
    height: 36px;
}
#img_zoom {
        position: absolute;
        right: 0;
        z-index: 100;
        bottom: -1px;
        cursor: pointer;
    }

body .main .col-main #contactForm textarea#comment{width:315px;height:100px;min-width:315px}
.sidebar .block-layered-nav .currently li span.label{color:#000000; display:none;}
.sidebar .block-layered-nav .currently li a{float:left;}
.sidebar .block-layered-nav .currently li a img {margin-top:-3px;}
.sidebar .block-layered-nav .block-content{width:100%;}
.sidebar .block-layered-nav .currently li {background:none;}
.popular-categories-bigger .category-name{margin-top:15px;margin-left:2px;background:url("https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg-btn.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);border:none;border-radius: 3px;color:#fff;}
.popular-categories-bigger .category-name:hover{background:url("https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg-btn.png") repeat-x scroll 0 -100px rgba(0, 0, 0, 0);color:#fff;}
.popular-categories-bigger .category-name a{color:#fff !important;line-height: 22px;}
.popular-categories-bigger .first .category-name{margin-left:0;border-left:none;}
.popular-category > h1{
    line-height: 40px;
    margin-top:0;
}
.popular-categories-bigger .category-name p{background:none;text-align:center;}
.popular-categories-bigger .first{margin-left:0!important;}
.popular-categories-bigger .category-name p{margin:0;padding:0;}
.beacon_head_office {
    float: left;
    margin-bottom: 15px;
    width: 50%;
}
.beacon_head_office b, .beacon_head_office strong{
    line-height: 30px;
}
.beacon_head_office a{
    color:blue;
}
#contactForm .form-list{
    margin-top:20px;
}
.qquoteadv-index-index .area3 .widget.widget-static-block .need-quote {display:none;}
.qquoteadv-index-index .area3 .widget.widget-static-block .block.block-subscribe {display:none;}
.qquoteadv-index-index .area3 .widget.widget-static-block {display:none;}
.block.block-layered-nav .block-content #narrow-by-list a{display: inline-block !important;}
#narrow-by-list{padding-top:8px;}
div.current-state div.selector {overflow: visible !important; }
#quotelist div.selector .validation-advice {display:block; position: absolute; left: -177px !important; top:100%;}
.itabs .titles .title .center {text-transform: uppercase; }
.itabs .titles .titles-holder {padding: 20px 0 0 0;}
.itabs .titles .title .center {
    border-color: #ccc #ccc -moz-use-text-color  !important;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    padding:0 16px;
}
.itabs .titles .title.current .center{border-color:#ccc !important;padding:0 16px;}
.sub-titles-holder {height:36px;}
.itabs .titles .title {height:40px;}
.itabs .titles .title span {line-height:36px;}
.itabs .titles .scroll {line-height:50px;}
.itabs .titles .scroll._left div {background: url("https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/arrow-to-left_normal.png") no-repeat scroll left 100% rgba(0, 0, 0, 0);}
.itabs .titles .scroll._right div {background: url("https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/arrow-to-right_normal.png") no-repeat scroll left 100% rgba(0, 0, 0, 0);}
.itabs .titles .scroll._left:hover div {background: url("https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/arrow-to-left_active.png") no-repeat scroll left 118% rgba(0, 0, 0, 0);}
.itabs .titles .scroll._right:hover div {background: url("https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/arrow-to-right_active.png") no-repeat scroll left 118% rgba(0, 0, 0, 0);}
.itabs .titles .titles-holder{background: none;}
.itabs .titles{z-index:1;}
.collateral-tabs dt.tab a span span {font-size:24px;}
#headtext{font-size:24px;}
.my-account .form-list .control {margin:0;}
.my-account .form-list .control.first {margin-top:15px;}
.advancedreviews-reviews-form .box-title .no-rating {height:0px; padding:0px;}
#form-newsletter-balance-validate .enewsletter_cms_content p {text-align: justify;}
.enewsletter_success_msg { margin-top: 18px !important;}



/*Copy from Retail********************************************************************************/

#customer-reviews input[type="radio"], #customer-reviews input[type="checkbox"] {
    display: none;
    box-sizing: border-box;
    padding: 0;
    position: relative;
    top: -1px;
}

/* ============================================ *
 * Review - Customer
 * ============================================ */
#customer-reviews {
    width: auto;
    float: none;
}
#customer-reviews .review-heading {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 5px 0;
    margin-bottom: 20px;
}
#customer-reviews .review-heading:after {
    content: '';
    display: table;
    clear: both;
}
#customer-reviews .review-heading h2 {
    float: left;
    display: block;
}
#customer-reviews .review-heading .pager {
    color: #000;
    font-family: "proximanova-regular",Verdana,Arial,sans-serif;
    font-size: 14px;
    line-height: 42px;
}
@media (min-width: 600px) {
    #customer-reviews .review-heading .pager {
        float: right;
    }
}
@media (min-width: 1024px) {
    #customer-reviews .review-heading .pager {
        float: right;
    }
}
@media (min-width: 600px) {
    #customer-reviews .review-heading .pager {
        text-align: left;
    }
}
@media (min-width: 1024px) {
    #customer-reviews .review-heading .pager {
        text-align: left;
    }
}
#customer-reviews .review-heading .pager .limiter {
    float: none;
    margin: 0;
    height: auto;
    padding: 0;
    border: none;
}
@media (min-width: 600px) {
    #customer-reviews .review-heading .pager .limiter {
        float: left;
    }
}
@media (min-width: 1024px) {
    #customer-reviews .review-heading .pager .limiter {
        float: left;
    }
}
#customer-reviews .review-heading .pager .limiter label {
    display: inline-block;
    font-size: 14px;
    text-transform: none;
    line-height: 28px;
    margin-right: 5px;
    font-weight: normal;
}
#customer-reviews .review-heading .pager .limiter select{
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    padding: 0 5px;
    height: 28px;
    color: #000;
    margin-right: 5px;
}

#customer-reviews .review-heading .pager .limiter .nice-select {
    clear: none;
    vertical-align: top;
}
#customer-reviews .review-heading .pager .pages {
    margin-top: 10px;
    margin-bottom: 0;
    clear: both;
    float: none;
    text-align: center;
    height: 28px;
}
@media (min-width: 600px) {
    #customer-reviews .review-heading .pager .pages {
        margin-top: 0;
    }
}
@media (min-width: 1024px) {
    #customer-reviews .review-heading .pager .pages {
        margin-top: 0;
    }
}
@media (min-width: 600px) {
    #customer-reviews .review-heading .pager .pages {
        clear: none;
    }
}
@media (min-width: 1024px) {
    #customer-reviews .review-heading .pager .pages {
        clear: none;
    }
}
@media (min-width: 600px) {
    #customer-reviews .review-heading .pager .pages {
        float: left;
    }
}
@media (min-width: 1024px) {
    #customer-reviews .review-heading .pager .pages {
        float: left;
    }
}
#customer-reviews .review-heading .pager .pages ol {
    float: none;
    display: inline-block;
}
#customer-reviews .review-heading .pager .pages ol li:first-child {
    margin-left: 0;
}
@media (min-width: 600px) {
    #customer-reviews .review-heading .pager .pages ol li:first-child {
        margin-left: 9px;
    }
}
@media (min-width: 1024px) {
    #customer-reviews .review-heading .pager .pages ol li:first-child {
        margin-left: 9px;
    }
}
#customer-reviews .review-heading .pager .amount {
    display: none;
}
#customer-reviews .reviewing {
    margin-bottom: 20px;
    font-size: 14px;
}
#customer-reviews .reviewing span {
    font-weight: bold;
}
#customer-reviews h2 {
    text-transform: capitalize;
    margin-bottom: 10px;
}
#customer-reviews h2 span {
    color: #000;
}
#customer-reviews h3 {
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}
#customer-reviews h3 span {
    color: #0057a3;
}
#customer-reviews .fieldset h4 {
    border-bottom: 1px solid #e7e7e7;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    padding-bottom: 5px;
    text-transform: uppercase;
}
#customer-reviews .fieldset h4 em {
    display: none;
}
#customer-reviews .fieldset .form-list {
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin: 10px 0;
}
#customer-reviews .fieldset .form-list .validation-advice{
    margin-top: 3px !important;
}
#customer-reviews .fieldset .form-list .inline-label {
    float: left;
    width: 50%;
    box-sizing: border-box;
}
@media (max-width: 767px) {
    #customer-reviews .fieldset .form-list .inline-label {
        width: 100%;
    }
}
#customer-reviews .fieldset .form-list .inline-label.review-name {
    padding-right: 10px;
    margin-bottom: 20px;
}
#customer-reviews .fieldset .form-list .inline-label.review-summary {
    padding-left: 10px;
    margin-bottom: 20px;
}

#customer-reviews label.required em, #customer-reviews span.required em {
    display: none;
}

#customer-reviews label.required::after, #customer-reviews span.required::after {
    color: #000;
    content: '*';
    font-size: 14px;
    font-weight: normal;
}

#customer-reviews .fieldset .form-list .inline-label:after {
    content: '';
    display: table;
    clear: both;
}
#customer-reviews .fieldset .form-list label {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
}

#customer-reviews .fieldset .form-list .input-box {
    float: none;
    clear: both;
    padding-top: 5px;
}
#customer-reviews .fieldset .form-list textarea {
    border: 1px solid #e7e7e7;
    border-radius: 0;
    min-width: 100%;
    -webkit-appearance: none;
    height: 160px;
    padding: 5px 10px !important;
    color: #999;
    font-size: 14px;
    box-sizing: border-box;
}
#customer-reviews .fieldset .form-list input {
    border: 1px solid #e7e7e7;
    border-radius: 0;
    color: #999;
    font-size: 14px;
    height: 42px;
    padding: 0 15px;
    max-width: 100%;
    box-sizing: border-box;
    float: none;
}
#customer-reviews .fieldset .form-list input[type="text"] {
    width: 100%;
}
#customer-reviews .buttons-set {
    border: none;
    margin: 0;
}
#customer-reviews .buttons-set button {
    float: left;
    margin: 0 !important;
    min-width: 0;
    width: 103px;
    height: 38px;
    border: 0;
}
#customer-reviews dl {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
}
#customer-reviews dl dt {
    margin: 0 0 10px;
    text-transform: uppercase;
}
#customer-reviews dl dd {
    font-size: 14px;
    margin: 0;
}
#customer-reviews dl dd .ratings-table {
    font-size: 12px;
    width: 100%;
}
#customer-reviews dl dd .ratings-table tr {
    margin-right: 15px;
}
#customer-reviews dl dd .ratings-table .review-label {
    width: 300px;
    max-width: 70%;
}
#customer-reviews dl dd .review-meta {
    color: #999;
}
#customer-reviews dl dd .review-meta span {
    color: #000000;
}
#customer-reviews dl dd table {
    margin: 10px 0;
}
#customer-reviews dl dd .review-meta {
    color: #0057a3;
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
}
#customer-reviews .form-add {
    padding: 20px;
    border: 1px solid #e7e7e7;
}

.product-view .product-collateral #customer-reviews.box-reviews #review-form{
    background: transparent;
}

#customer-reviews dl dd .ratings-table .rating-box{
    background: transparent;
    display: inline-block;
    height: 20px;
    position: relative;
    text-align: left;
    width: 115px;
}
#customer-reviews dl dd .ratings-table .rating-box .rating{
    background: transparent;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    overflow: hidden;
}

#customer-reviews dl dd .ratings-table .rating-box .rating:after,
#customer-reviews dl dd .ratings-table .rating-box .rating:before{
    color: #ef3340;
    display: inline-block;
    font-size: 20px;
    left: 2px;
    letter-spacing: 5px;
    white-space: nowrap;
    font-family: FontAwesome;
}

#customer-reviews dl dd .ratings-table .rating-box .rating:after{
    background: transparent;
    content: '\f006\f006\f006\f006\f006';
    position: absolute;
    top: 0;
    visibility: visible;
}

#customer-reviews dl dd .ratings-table .rating-box .rating:before{
    background: transparent;
    content: '\f005\f005\f005\f005\f005';
    position: relative;
    top: 0;
    visibility: visible;
}

@media (max-width: 767px) {
    #customer-reviews .form-add {
        padding: 15px;
    }
}
#customer-reviews .no-rating {
    display: none;
}

#review-form .button {
    width: auto;
}

.review-summary-table {
    margin: 0 0 10px;
}
.review-summary-table thead {
    background: transparent;
}
.review-summary-table thead th {
    background: transparent;
    border: none;
    padding: 15px 7px 10px 8px;
}
.review-summary-table tbody th {
    background: #FFFFFF;
    display: block;
    float: left;
    line-height: 30px;
    padding: 10px 10px 10px 0;
    text-transform: none;
}
@media (max-width: 767px) {
    .review-summary-table tbody th {
        width: 100%;
    }
}
#product-review-table.review-summary-table tbody tr {
    clear: none;
    background: transparent;
}
#product-review-table.review-summary-table tbody td {
    border: none;
    text-align: center;
    padding: 0;
    display: block;
    float: left !important;
}
#product-review-table.review-summary-table tbody td label {
    width: 100%;
    display: block;
    padding: 10px 0;
    height: 20px;
    line-height: 20px;
    font-weight: normal;
}
#product-review-table.review-summary-table tbody td label:after {
    content: '\f006';
    font-family: FontAwesome;
    color: #ef3340;
    font-size: 20px;
}
#product-review-table.review-summary-table tbody td label.checked:after {
    content: '\f005';
}
.review-summary-table.ratings {
    width: 120px;
    margin: 0 0 10px -3px;
}
.review-summary-table.ratings th {
    display: none;
}
.review-summary-table.ratings td {
    width: 20%;
}
.review-summary-table.ratings td label {
    padding: 0;
}
.review-summary-table .rating-box .rating-number {
    display: none;
}
.review-summary-table .rating-box .rating-number:after {
    content: "";
    display: inline-block;
    background-position: 0px -599px;
    width: 13px;
    height: 14px;
    margin-left: 5px;
    position: relative;
    top: 2px;
}

.reviews-item {
    padding: 20px;
    border: 1px solid #e7e7e7;
    margin-bottom: 15px;
}

.reviews-item dt a {
    font-weight: bold;
    font-size: 16px;
}
.reviews-item .review-meta {
    color: #999;
}
.reviews-item .review-meta span {
    color: #000;
}
#customer-reviews h4{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;

}

/* ============================================ *
 * Ratings - Global
 * ============================================ */
.ratings-table {
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}
.ratings-table th {
    padding-right: 10px;
}

@media (max-width: 770px) {
    body.review-product-list .product-view .product-shop .price-info {
        padding-left: 0;
    }
    body.review-product-list .product-view .product-shop .extra-info {
        padding: 0;
        min-width: 84%;
    }
    body.review-product-list .product-view .product-shop .extra-info .ratings-table {
        margin: 10px 0;
        width: 100%;
    }
    body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
        margin-right: 15px;
    }
}
@media (max-width: 535px) {
    body.review-product-list .product-view .product-shop .extra-info {
        min-width: 0;
    }
    body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
        float: none;
        margin-right: 0;
    }
}
@media (max-width: 520px) {
    #customer-reviews .fieldset {
        width: 100%;
    }
    #customer-reviews .fieldset .form-list {
        width: 100%;
    }
    #customer-reviews .fieldset .form-list .inline-label label,
    #customer-reviews .fieldset .form-list .inline-label .input-box {
        float: none;
    }
    #customer-reviews .buttons-set {
        width: 100%;
    }
    #customer-reviews .review-summary-table thead th {
        padding-left: 0px;
        padding-right: 0px;
    }
    #customer-reviews .review-summary-table tbody th {
        padding-left: 0px;
        padding-right: 0px;
    }
    #customer-reviews .review-summary-table tbody td {
        padding: 0px;
    }
    #customer-reviews .review-summary-table .rating-box {
        text-indent: 0px;
        text-align: center;
        background: none;
        height: 19.6px;
        width: 100%;
    }
    #customer-reviews .review-summary-table .rating-box .rating {
        display: none;
    }
    #customer-reviews .review-summary-table .rating-box .rating-number {
        display: inline-block;
    }
}
@media (max-width: 450px) {
    #customer-reviews dl dd .ratings-table tr {
        float: none;
    }
}
/* ============================================ *
 * Review View Page
 * ============================================ */
.review-product-view .product-review .product-details h2 {
    border-bottom: none;
}
.review-product-view .product-review .product-img-box {
    width: auto;
    max-width: 50%;
}
.review-product-view .product-review .product-img-box > a {
    width: 100%;
}
.review-product-view .product-review .product-img-box .product-image {
    width: 100%;
}

@media (max-width: 770px) {
    .review-product-view .product-review .product-img-box {
        max-width: 100%;
    }
}


/*Pager page***************/
#customer-reviews .pager .limiter{
    width: auto;
}

.quote-loader {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.quote-loader:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));

  background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
}

/* :not(:required) hides these rules from IE9 and below */
.quote-loader:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.quote-loader:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.wordpress-post-category-view .post-list { background:#fff; }
.wordpress-post-category-view #post-list { overflow:hidden;padding: 15px 0 0 0; }
.wordpress-post-category-view .post-list li.item { float:left; width:215px; margin-left:15px; margin-bottom:26px; }
.wordpress-post-category-view .featured-image img { width:215px; height:auto; }
.catpostinfo,
.wordpress-post-category-view .post-meta,
.wordpress-post-category-view .pager,
.wordpress-post-category-view .excerpt,
.wordpress-post-category-view .content,
.wordpress-post-category-view .post-list .mfo-blog-title { display:none; }
.wordpress-post-category-view .post-entry { overflow:hidden; margin-bottom:7px; }
.wordpress-post-category-view .catpostinfo { display:block; line-height:15px; font-size:11px; clear:both; }
.catpostinfo a { display:block; font-size:12px; color:#6c829d; }
.block-recent-posts .featured-image img { width:194px; height:auto; }
/* vertical Carousel */

.ui_vertical_carousel {
}

#vertical_carousel {
  float:left;
  width: 101px;
  height: 390px;
  position: relative;
}

#vertical_carousel .container {
  float:left;  
  width: 101px;
  height: 336px;
  overflow: hidden;
}

#vertical_carousel ul {
  margin: 0;
  padding:0;
  height: 100000px;
  position: relative;
  top: 0;
  left: 0;
}

#vertical_carousel ul li {
  width: 99px;
  height: 106px;
  text-align: center;      
  list-style:none;   
  float:left;
}                         

#vertical_carousel .previous_button {
  float:left;
  height: 27px;
  width: 99px;
  background: url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/scroll-top-over.gif') top left no-repeat;
  cursor: pointer;    
  display:inline;  
}

#vertical_carousel .previous_button_disabled {
  background: url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/scroll-top-disable.gif');
  cursor: default;
}

#vertical_carousel .next_button {
  float:left;
  height: 27px;
  width: 99px;
  background: url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/scroll-bottom-over.gif') top left no-repeat;
  display:inline;
  cursor: pointer;
}

#vertical_carousel .next_button_over {
  background: url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/scroll-bottom-over.gif') top left no-repeat;
}

#vertical_carousel .next_button_disabled {
  background: url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/scroll-bottom-disable.gif') top left no-repeat;
  cursor: default;
}


.back-header{background: url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/header-back.gif') top left no-repeat}

/* Subsection Tabs
--------------------*/
#main-product-info ul.rectangle_tabs {
	list-style:none;
	padding:0;
	
	border-bottom:1px solid #ddeeff;
	height:31px;
	
}

#main-product-info ul.rectangle_tabs li.sub-tab {
	float:left;
	margin-right:7px;
	text-align:center;
	display:inline;
	font-weight:bold;
}

#main-product-info ul.rectangle_tabs li.sub-tab a {
	color:#8fb9e1;
	display:block;
	font-size:13px;
}

#main-product-info ul.rectangle_tabs li.sub-tab a:hover {
	color:#0055a6;
}

#main-product-info ul.rectangle_tabs li.sub-tab a.active {
	color:#0055a6;
}

#main-product-info ul.rectangle_tabs li.source_code {
	float:right;
}
#main-product-info .tab-content{padding-top:31px}
#main-product-info .tab-content .data-table{color:#5d7e9f}

ul.rectangle_tabs{height:39px !important}
ul.rectangle_tabs li{margin:0 !important; border-right:1px solid #d8ebfc}
ul.rectangle_tabs li a{padding:10px 18px; letter-spacing:1px}
ul.rectangle_tabs li a.active{background: url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/sub-tab-active.gif') top left repeat-x}
ul.rectangle_tabs li.tab-3{border:none}
ul.rectangle_tabs li.tab-3 a{padding:10px 18px 10px 19px}
#tabs_two .sub-tab{margin-right:0px !important}
.tab-coner{width:4px; height:31px; float:left; background:url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/tab-left-corner.gif') top left no-repeat}
.tab-left-corner{}
.tab-right-corner{ background:url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/tab-right-corner.gif') top left no-repeat}
.tab-middle-content{height:31px; float:left; background:url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/tab-middle-content.gif') top left repeat-x; }
.tab-middle-content a{padding:6px 11px 5px 11px}

#tabs_two li { border-top:1px solid #d8ebfc; }
#tabs_two #tab-1 { border-left:1px solid #d8ebfc; }

/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * 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     enterprise_default
 * @copyright   Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { margin:10px 0; }
.widget .widget-title h2 { font-size:18px; color:#d12c01; }

.widget .widget-products {}
.cms-home .col1-layout .widget .widget-products,
.cms-index-index .col1-layout .widget .widget-products { margin:0 0 20px; }
/* std class reset */
.widget .products-grid { list-style:none; margin-bottom:0;}
.widget .products-grid p,
.widget .products-list p { margin-bottom:0; }
.widget .products-list { list-style:none; margin-bottom:0; padding-left:0; }
.widget .add-to-links { list-style:none; padding-left:0; margin:5px 0; }

/* Widget Banner */
.widget-banner { clear:both; display:block; width:100%; overflow:hidden; text-align:center; }
.widget-banner li { margin:7px 0; }

.top-container .widget-banner li { margin:0; }

.footer-before-container .widget-banner li { margin:0; }

.widget-banner-inline { display:block; clear:both; padding:7px 0; text-align:center; }
.widget-banner-inline ul,
.widget-banner-inline li { display:inline; }
.widget-banner-inline li { margin:0 3px; }
.widget-banner-inline li img { vertical-align:middle; }

/* Widget New Proructs */
.widget-new-products { display:block; margin:10px 0; }
.checkout-cart-index .col1-layout .widget-new-products { display:block; padding:0 20px; }

/* Widget Viewed Proructs */
.widget-viewed { display:block; margin:10px 0; }
.checkout-cart-index .col1-layout .widget-viewed { display:block; padding:0 20px; }

/* Widget Compared Proructs */
.widget-compared { display:block; margin:10px 0; }
.checkout-cart-index .col1-layout .widget-compared { display:block; padding:0 20px; }

/* Widget CMS Static Block */
.widget-static-block {}

/* Widget Catalog Events Carousel */
.widget-events { display:block !important; }

/* Widgets Links Common Styles */
/* Style 1 */
/*.top-container .widget-product-link,
.top-container .widget-category-link,
.top-container .widget-cms-link,
.top-container .widget-hierarchy-link { float:left; border:1px solid #cfcfcf; border-bottom-color:#b2b2b2; margin:13px -1px 0 0; }
.top-container .widget-product-link a,
.top-container .widget-category-link a,
.top-container .widget-cms-link a,
.top-container .widget-hierarchy-link a { float:left; font-size:12px; background:#f2f2f2; border-top:1px solid #fff; border-bottom:1px solid #e2e2e2; padding:2px 5px 4px; color:#cc7137; text-decoration:underline; white-space:nowrap; }
.top-container .widget-product-link a:hover,
.top-container .widget-category-link a:hover,
.top-container .widget-cms-link a:hover,
.top-container .widget-hierarchy-link a:hover { color:#1e75b4; text-decoration:none; }*/
/* Style 2 */
.top-container .widget-product-link,
.top-container .widget-category-link,
.top-container .widget-cms-link,
.top-container .widget-hierarchy-link { display:block; border-bottom:1px solid #e2e2e2; margin:7px 0; }
.top-container .widget-product-link a,
.top-container .widget-category-link a,
.top-container .widget-cms-link a,
.top-container .widget-hierarchy-link a { display:block; padding:12px 12px; background:#fff url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_widget-links.gif) 0 100% repeat-x; border:1px solid #cfcfcf; text-align:center; font:bold 15px/1.25 Arial, Helvetica, sans-serif; color:#444; text-decoration:none; }
.top-container .widget-product-link a:hover,
.top-container .widget-category-link a:hover,
.top-container .widget-cms-link a:hover,
.top-container .widget-hierarchy-link a:hover { color:#d53c00; text-decoration:none; }

.footer-before-container .widget-product-link,
.footer-before-container .widget-category-link,
.footer-before-container .widget-cms-link,
.footer-before-container .widget-hierarchy-link { display:block; border-bottom:1px solid #e2e2e2; margin:7px 0; }
.footer-before-container .widget-product-link a,
.footer-before-container .widget-category-link a,
.footer-before-container .widget-cms-link a,
.footer-before-container .widget-hierarchy-link a { display:block; padding:10px 12px; background:#fff url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_widget-links.gif) 0 100% repeat-x; border:1px solid #cfcfcf; text-align:center; font:bold 15px/1.25 Arial, Helvetica, sans-serif; color:#444; text-decoration:none; cursor:pointer; }
.footer-before-container .widget-product-link a:hover,
.footer-before-container .widget-category-link a:hover,
.footer-before-container .widget-cms-link a:hover,
.footer-before-container .widget-hierarchy-link a:hover { color:#d53c00; text-decoration:none; }

/* Widget 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 { font-size:12px; background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_widget-link.gif) 100% 4px no-repeat; padding-right:15px; color:#333; text-decoration:underline; }
.col-main .widget-product-link a:hover { color:#333; text-decoration:none; }

.sidebar .widget-product-link { display:block; margin:10px 0; padding:0 17px/* 0 37px*/; /*background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_widget-product-link-icon.gif) 17px 3px no-repeat;*/ }
.sidebar .widget-product-link a { font-size:12px; background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; color:#333; text-decoration:underline; }
.sidebar .widget-product-link a:hover { color:#333; text-decoration:none; }

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

.top-container .widget-category-link { border-bottom:0; }
.top-container .widget-category-link a { border-color:#ca3934; color:#d53c00; background-image:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_widget-links2.gif); background-color:#f9d2c1; }
.top-container .widget-category-link a:hover { color:#fff; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { font-size:12px; background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_widget-link.gif) 100% 4px no-repeat; padding-right:15px; color:#333; text-decoration:underline; }
.col-main .widget-category-link a:hover { color:#333; text-decoration:none; }

.sidebar .widget-category-link { display:block; margin:10px 0; padding:0 17px/* 0 37px*/; /*background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_widget-category-link-icon.gif) 19px 3px no-repeat;*/ }
.sidebar .widget-category-link a { font-size:12px; background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; color:#333; text-decoration:underline; }
.sidebar .widget-category-link a:hover { color:#333; text-decoration:none; }

/* 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 { font-size:12px; background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_widget-link.gif) 100% 4px no-repeat; padding-right:15px; color:#333; text-decoration:underline; }
.col-main .widget-cms-link a:hover { color:#333; text-decoration:none; }

.sidebar .widget-cms-link { display:block; margin:10px 0; padding:0 17px/* 0 37px*/; /*background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_widget-cms-link-icon.gif) 19px 2px no-repeat;*/ }
.sidebar .widget-cms-link a { font-size:12px; background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; color:#333; text-decoration:underline; }
.sidebar .widget-cms-link a:hover { color:#333; text-decoration:none; }

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

.col-main .widget-cms-hierarchy-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-hierarchy-link a { font-size:12px; background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_widget-link.gif) 100% 4px no-repeat; padding-right:15px; color:#333; text-decoration:underline; }
.col-main .widget-cms-hierarchy-link a:hover { color:#333; text-decoration:none; }

.sidebar .widget-cms-hierarchy-link { display:block; margin:10px 0; padding:0 17px/* 0 37px*/; /*background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_widget-cms-link-icon.gif) 19px 2px no-repeat;*/ }
.sidebar .widget-cms-hierarchy-link a { font-size:12px; background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; color:#333; text-decoration:underline; }
.sidebar .widget-cms-hierarchy-link a:hover { color:#333; text-decoration:none; }
/* ======================================================================================= */






/*Temp*/



/*Product View*/




/*Home Page Tab*/
.product-tabs .subsection_tabs{height:50px; width:830px; background: url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/homepage-tab-back.gif') top left repeat-x; clear:both; padding:0; margin:0; border: 1px solid #edf0f5; border-top:none; border-bottom:none}
.product-tabs .subsection_tabs li{float:left; list-style:none; border-top: 1px solid #edf0f5;}
.product-tabs .subsection_tabs li a, .product-tabs dt.tab a{font-weight:bold; font-size:15px; color:#92b9e2; padding: 15px 23px; position:relative; top:14px; background: url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/home-tab-line.gif') top right no-repeat}
.product-tabs .subsection_tabs li a.active{color:#0a5ca6; background:url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/homepage-tab-back-active1.gif') top right no-repeat !important}
.product-tabs .subsection_tabs li.last a{background:none}
.product-tabs .subsection_tabs li.last a.active{background:url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/homepage-tab-back-active.gif') top left repeat-x !important}

.product-tabs .products-grid{padding-top:0}
.select-custom {
	font:  12px/21px arial, sans-serif;
	height: 20px;
	overflow: hidden;
	position: absolute;
}
.limiter .select-custom {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/sorts.png) no-repeat scroll 0 0;
	height:23px;
	margin-left:9px;
	margin-right:6px;
	padding:2px 25px 0 0;
	width:40px;
}
.cart-collaterals .select-custom {
	background: url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/shipping-select.png') no-repeat;
	width: 200px; /* With the padding included, the width is 45 pixels: the actual width of the image. */
	padding: 0 15px 0px 5px;
	font-size: 11px;
	height:21px;
	color:black;
}
.limiter #select-custom {
	text-align: center;
}
.sort-by .select-custom {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/sort.png) no-repeat scroll 0 0;
	height:25px;
	padding:3px 15px 0 9px;
	margin-left:4px;
	width:71px;
}
input.styled {
	display: none;
}
select.styled {
	position: relative;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 5;
	height: 19px;
	padding: 0 1px;
	font-size: 12px
}
.cart-collaterals select.styled {
	width: 200px;
}
.limiter select.styled {
	margin-right:6px;
	width:67px;
}
.sort-by select.styled {
	width: 94px;
}
.disabled-custom {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.my-account .corner-pager {
	background:black
}
.my-account .corner-pager .pager {
	padding:2px 10px
}
.my-account .corner-pager .amount {
	margin-top: 5px
}
.my-account .first-pager {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
}
.my-account .last-pager {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.my-account .limiter {
	border:none
}
.cms-home .col2-right-layout .category-products ul.products-grid li {
	width: 234px;
}
.cms-home .products-grid li.item {
	border-right:0 none;
	float: left;
	min-height: 0;
	padding:0;
}
.cms-home p.special-price .price {
	margin-top:4px;
}
.cms-home p.special-price {
/*	clear: both;
	display: inline;
	float: left;
	margin-left: 62px;
*/
}
.customer* .products-grid li.item {
	width:170px;
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
    width: 475px !important;
	/*-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;*/
	left: -5px;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/css/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/css/images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/css/images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/css/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/css/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
/* What is Afterpay modal */
#afterpay-what-is-modal  img.afterpay-modal-image {
    display: block;
}
#afterpay-what-is-modal  img.afterpay-modal-image-mobile{
    display: none;
}

@media only screen
and (max-width : 480px) {
    #afterpay-what-is-modal  img.afterpay-modal-image-mobile {
        display: block;
    }
    #afterpay-what-is-modal  img.afterpay-modal-image{
        display: none;
    }
}

/* Afterpay info in checkout */
#what-is-afterpay-trigger {
    margin-top: 0;
    margin-left: 0;
    float: none;
}

#afterpay-logo {
    height: 18px;
    float: none;
}

#dt_method_afterpaypayovertime span {
    margin-left: 10px;
}

#payment_form_afterpaypayovertime.form-list {
    padding-left: 0;
}

#payment_form_afterpaypayovertime .form-alt {
    display: inline-block; /* shrink-wrap the form, to make the footer align nicely */
}

#payment_form_afterpaypayovertime .total-due p {
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #A1A4A6;
    margin: 0 5px 0 0;
    text-transform: uppercase;
    float: left;
    height: 35px;
    line-height: 38px;
}

#payment_form_afterpaypayovertime .total-due span {
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 30px;
    height: 35px;
    line-height: 35px;
    color: #000000;
}

#payment_form_afterpaypayovertime .instalments {
    margin-bottom: 30px;
    position: relative;
}

#payment_form_afterpaypayovertime .instalments .header-text {
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: 9px;
    color: #A1A4A6;
    margin: 10px 0;
    text-transform: uppercase;
    line-height: 20px;
}

#payment_form_afterpaypayovertime .instalments .cost,
#payment_form_afterpaypayovertime .instalments .icon,
#payment_form_afterpaypayovertime .instalments .instalment {
    display: table-row;
    position: relative;
}

#payment_form_afterpaypayovertime .instalments .icon:after {
    content: "";
    background: #f7f7f7;
    display: block;
    height: 1px;
    left: 30px;
    right: 30px;
    margin-top: -5px;
}

#payment_form_afterpaypayovertime .instalments li {
    display: table-cell;
    text-align: center;
    padding: 0 10px;
}

#payment_form_afterpaypayovertime .instalments li:first-child {
    padding-left: 0;
}

#payment_form_afterpaypayovertime .instalments li:last-child {
    padding-right: 0;
}

#payment_form_afterpaypayovertime .instalments .cost {
    font-size: 14px;
    color: #379dd6;
}

#payment_form_afterpaypayovertime .instalments .icon img {
    width: 12px;
    display: inline;
    position: relative;
    z-index: 1;
}

#payment_form_afterpaypayovertime .instalments .instalment {
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #A1A4A6;
}

#payment_form_afterpaypayovertime .instalment-footer {
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #636363;
    text-align: center;
}

#payment_form_afterpaypayovertime .instalment-footer a {
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #A1A4A6;
    text-decoration: underline;
}

@media (min-width: 560px) {
    .checkout-onepage-index #payment_form_afterpaypayovertime .instalments li {
        padding: 0 30px;
    }

    .checkout-onepage-index #payment_form_afterpaypayovertime .instalments .header-text {
        font-size: 12px;
    }

    .checkout-onepage-index #payment_form_afterpaypayovertime .instalments .cost {
        font-size: 25px;
    }
}

/* By default, only show the callout text on the default checkout */
#afterpay-callout {
    display: none;
}

.checkout-onepage-index #afterpay-callout {
    display: block;
    margin-left: 0;
}

/* AW_Onestepcheckout support */
#aw-onestepcheckout-payment-method #payment_form_afterpaypayovertime .instalments .header-text {
    height: auto;
    line-height: 1.5;
}

/* IWD_Opc support */
.opc-index-index #dt_method_afterpaypayovertime img {
    height: auto;
    display: inline-block;
    margin: 7px auto 0;
}

.opc-index-index #dt_method_afterpaypayovertime label a {
    display: none;
}

.opc-index-index #payment_form_afterpaypayovertime .form-alt {
    font-style: normal;
}

.opc-index-index #payment_form_afterpaypayovertime .instalments .header-text {
    height: auto;
    line-height: 1.5;
}

.opc-index-index #payment_form_afterpaypayovertime .instalments .cost li {
    color: #379dd6;
    padding: 0 10px;
    font-size: 20px;
}

.opc-index-index #payment_form_afterpaypayovertime .instalments .cost li:first-child {
    padding-left: 0;
}

.opc-index-index #payment_form_afterpaypayovertime .instalment-footer p {
    color: #636363;
    font-size: 11px;
}

.opc-index-index #payment_form_afterpaypayovertime .instalments .instalment li {
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #A1A4A6;
}

.opc-index-index #payment_form_afterpaypayovertime .instalments li {
    padding: 0 20px;
}

/* GoMage Lightcheckout support */
#gcheckout-payment-methods-available #payment_form_afterpaypayovertime .instalments .header-text {
    height: auto;
    line-height: 1.55;
    margin-top: 10px;
}

/* Onetouch on cart page */
.method-afterpay_onetouch h3 {
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #379dd6;
    font-size: 15px;
    margin-bottom: 5px;
    text-transform: none;
}

.method-afterpay_onetouch p {
    font-size: 12px;
}

.method-afterpay_onetouch .button {
    margin-top: 10px;
    padding: 7px 30px 7px 30px;
}

.method-afterpay_onetouch .button img {
    display:block;
    width: 90px;
    height: 18px;
}

/* Base style for location map */
.loc-map{
    -webkit-transform: translate3d(0, 0, 0);
}

    .loc-infowindow-loader.is-loading{
        width: 100%; height:50px;
    }
    
    .loc-map img {
        max-width: none !important;
    }

/* Base style for location teasers */
.loc-teaser{
    -webkit-transition: .5s background ease-in; padding: 10px 0 10px 20px; margin-left:-20px;
}
    .loc-teaser.is-hidden{
        display:none;
    }
    .loc-teaser:hover{
        background: #efefef;
    }

    .loc-teaser h3{
        margin-top: 0; margin-bottom: 0.6em;
    }

/* Locator search form */
.loc-srch{
    background: #eee; padding: 20px; margin-bottom: 20px;
}
    .loc-srch h4{
        margin: 0;
    }

    .loc-srch-form{

    }
        .loc-srch-s{
            width: 200px; padding: 5px;
        }

        .loc-srch-dis{
            width: 40px; padding: 5px;
        }


/* Locator search results */
.loc-srch-res{

}
    /* hide no results page by default */
    .loc-srch-res-noresults{
        display:none;
    }

    /* when no results are shown show no results and hide search; */
    .loc-srch-res.is-no-results .loc-srch-res-list, .loc-srch-res.is-no-results .loc-srch-res-map{
        display:none;
    }
    .loc-srch-res.is-no-results .loc-srch-res-noresults{
        display:block;
    }

    /* Map */
    .loc-srch-res-map-wrap{
        float:left;
        background: #fefefe; border: #ccc 1px solid; padding: 5px; margin-right: -10px;
    }
    .loc-srch-res-map-wrap.is-fixed{
        position:fixed; top:0; margin-left: 298px;
    }
        .loc-srch-res-map{
            width: 588px; height: 588px;
        }


    /* Teaser List */
    .loc-srch-res-list{
        float: left; width: 298px;  padding: 20px 0;
    }

/* Individual Location Page */
.loc-page{
    float:left; width: 100%; clear:both;
    margin-bottom: 20px;
}

    .loc-page-data{
        float: left; width: 385px;
    }
        .loc-page-data h2{
            margin-bottom: 10px;
        }
    .loc-page-map-wrap{
        float:left; background: #fefefe; border: #ccc 1px solid; padding: 5px;
    }
        .loc-page-map{
            width: 500px; height: 400px;
        }

/* Nearby Locations */
.loc-nearby{
    float:left; margin-top: 20px;
}
    .loc-nearby-item{
        display:inline-block; position: relative; vertical-align: top;
        width: 207px; margin-right: 20px; margin-bottom: 10px;
    }
        .loc-nearby-item .loc-teaser{
            padding-right: 20px;
        }
    .loc-nearby-item:nth-child(4n){
        margin-right:0;
    }

/* Loader styles */
.loader { display: none; width: 24px; height: 24px; text-indent: -9999px;}
.loader.is-loading { display: inline-block; background: url(https://www.beaconlightingcommercial.com.au/skin/frontend/base/default/locator/images/loader/loader-med.gif) center no-repeat; }
.loader-tiny { width: 10px; height: 10px; }
.loader-tiny.is-loading { background-image: url(https://www.beaconlightingcommercial.com.au/skin/frontend/base/default/locator/images/loader/loader-tiny.gif); }
.loader-sml { width: 16px; height: 16px; }
.loader-sml.is-loading { background-image: url(https://www.beaconlightingcommercial.com.au/skin/frontend/base/default/locator/images/loader/loader-sml.gif); }
.loader-lrg { width: 48px; height: 48px; }
.loader-lrg.is-loading { background-image: url(https://www.beaconlightingcommercial.com.au/skin/frontend/base/default/locator/images/loader/loader-lrg.gif); }

.newsletter-wrapper .page-title{
    background: none;
    font-size: 30px;
    color: #000000;
    border-bottom: 1px solid #d6d6d6;
    margin: 0 0 10px;
    padding: 0 0 5px;
}
.newsletter-wrapper .form-list{
    margin-top: 45px;
}
.newsletter-wrapper img{
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 17px;
    padding-bottom: 10px;
    width: 100%;
}
.newsletter-wrapper p{
    margin-bottom: 20px;
}
.newsletter-wrapper .fieldset{
    font-size: inherit;
}
.newsletter-wrapper em{
    color: #ff2323;
    font-weight: bold;
    float: none;
}
.newsletter-wrapper a{
    color: #ef3340;
}
.newsletter-wrapper input#email,
.newsletter-wrapper input#postcode,
.newsletter-wrapper select,
.newsletter-wrapper input[type="text"]{
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    width: 365px;
    height: 40px;
    padding: 10px;
    background: none;
    color: #999999;
}
.newsletter-wrapper .selector{
    position: relative;
    overflow: hidden;
    width: 365px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
}
.newsletter-wrapper .selector select{
    position: relative;
    z-index: 1;
    width: 390px;
    border: none;
}
.newsletter-wrapper .selector span{
    background: url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/newsletter/images/arrow_down.png) no-repeat center center;
    display: inline-block;
    height: 40px;
    position: absolute;
    right: 15px;
    left: auto;
    top: 0;
    width: 9px !important;
}
.newsletter-wrapper #postcode{
    width: 365px !important;
}
.newsletter-wrapper .form-list label {
    float: left;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 0 0;
    text-align: left;
    width: 140px;
}
.newsletter-wrapper .form-list li {
    margin: 0 0 24px;
}


/*Button2*/
.newsletter-wrapper button.button2{
    margin-left: 383px;
}
button.button2{
    border: none;
    background: none;
}
button.button2 > span{
    height: 39px;
    position: relative;
    padding: 0 5px;
    display: inline-block;
}
button.button2 > span:before,
button.button2 > span:after{
    content: "";
    position: absolute;
    width: 5px;
    height: 39px;
    top: 0;
    background: url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/newsletter/images/button2.png) no-repeat;
    z-index: 1;
}
button.button2 > span:before{
    background-position: left center;
    left: 0;
}
button.button2 > span:after{
    background-position: right center;
    right: 0;
}
button.button2 span span{
    background: url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/newsletter/images/button2_center.png) repeat-x;
    color: #FFFFFF;
    display: inline-block;
    height: 39px;
    line-height: 39px;
    vertical-align: middle;
    padding: 0 37px;
}
#menu {
	list-style:none;
	width: auto;
	float:left;
	height: 48px;
	-moz-box-shadow:inset 0px 0px 1px #edf9ff;
	-webkit-box-shadow:inset 0px 0px 1px #edf9ff;
	box-shadow:inset 0px 0px 1px #edf9ff;
}
#menu li {
	display: block;
	float: left;
	margin-top: 1px;
	padding: 13px 9px 13px 12px;
	position: relative;
	text-align: center;
}
#menu li:hover {
	padding:13px 8px 13px 11px;
	background: #fff;
	border-left: 1px solid #E0E9EF;
	border-right: 1px solid #E0E9EF;
}
#menu li:hover .first {
	padding:13px 9px 13px 16px;
	background: #fff;
	border-right: 0 none;
}
.level1 {
	font-size:12px;
	padding-left: 0px;
}
.level2 {
	font-size:12px;
	padding-left: 0px;
}
.level3 {
	font-size:12px;
	padding-left: 5px;
}
.level4 {
	font-size:9px;
	padding-left: 5px;
}
.level5 {
	font-size:9px;
	padding-left: 5px;
}
.level6 {
	font-size:9px;
	padding-left: 5px;
}
.level7 {
	font-size:9px;
	padding-left: 5px;
}
.level8 {
	font-size:9px;
	padding-left:5px;
}
.level2 span:hover {
}
#menu.simple li a {
	font-size:14px;
}
#menu li a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	outline: 0 none;
}
#menu li:hover a {
}
#menu li.last a {
	background:none !important;
	padding-right: 5px;
}

#menu li .drop {
	padding-right:15px;
	text-transform:uppercase;
	background:url("https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/magazento/megamenu/img/li-menu.png") no-repeat right 8px;
}
#menu li:hover .drop {
	background:url("https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/magazento/megamenu/img/li-menu.png") no-repeat right 8px;
}
.dropdown_1column, .dropdown_1column_simple, .dropdown_2column_simple, .dropdown_2column, .dropdown_3column, .dropdown_4column, .dropdown_5column {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FFFFFF url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/magazento/megamenu/img/bg-menu.png) repeat-x scroll left bottom;
	display:inline;
	float:left;
	left:-999em;
	margin:13px auto 4px;
	padding:10px 5px 10px;
	position:absolute;
	text-align:left;
	z-index:9999;
	border-left: 1px solid #E0E9EF;
	border-right: 1px solid #E0E9EF;
}
/* Width of whole menu */
.dropdown_1column_simple {
	width: 100px;
}
.dropdown_2column_simple {
	width: 155px;
}
.dropdown_1column {
	width: 204px;
}
.dropdown_2column {
	width: 360px;
}
.dropdown_3column {
	width: 505px;
}
.dropdown_4column {
	width:792px;
}
.dropdown_4column .col_1 {
	width: 162px !important
}
.dropdown_5column {
	width:792px;
}
.dropdown_5column .col_1 {
	width: 162px !important
}
.dropdown_2column_simple .col_1 {
	width:155px;
}
.dropdown_2column_simple .col_2 {
	width:155px;
}
.col_1 {
	width:130px !important;
}
.col_2 {
	width:240px !important;
}
.col_3 {
	width:505px !important;
}
.col_4 {
	width:777px !important;
}
.col_5 {
	width:777px !important;
}
.content_top {
	padding-bottom: 5px
}
.col_1, .col_2, .col_3, .col_4, .col_5 {
	display:inline;
	float: left;
	position: relative;
	margin-left:15px;
	margin-right:16px;
	width: 162px;/*        border: 1px solid #000;*/
}
/*
.col_5 {
	display:none;
}*/

#menu li:hover .dropdown_1column, #menu li:hover .dropdown_2column, #menu li:hover .dropdown_3column, #menu li:hover .dropdown_4column, #menu li:hover .dropdown_5column, #menu li:hover .dropdown_2column_simple {
	left:-1px;
	top:auto;
}
#menu .menu_right {
	float:right;
	margin-right:0px;
}
#menu li .align_right {
	/* Rounded Corners */
	-moz-border-radius: 5px 0px 5px 5px;
	-webkit-border-radius: 5px 0px 5px 5px;
	border-radius: 5px 0px 5px 5px;
}
#menu li:hover .align_right {
	left:auto;
	right:-1px;
	top:auto;
}
#menu p, #menu h2, #menu h3, #menu ul li {
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	font-size:12px;
	text-align:left;
	text-shadow: 1px 1px 1px #FFFFFF;
}
#menu h2 {
	font-size:21px;
	font-weight:400;
	letter-spacing:-1px;
	margin:7px 0 8px 0;
	padding-bottom:1px;
	border-bottom:1px solid #666666;
	display: none;
}
#menu h3 {
	font-size:14px;
	margin:7px 0 8px 0;
	padding-bottom:1px;
	border-bottom:1px solid #888888;
}
#menu p {
	line-height:18px;
	margin:0 0 10px 0;
}
#menu li:hover div a {
	font-size:12px;
}
#menu li:hover div a:hover {
}
.strong {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.imgshadow {
	/*    Better style on light background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
}
.img_left {
	/*    Image sticks to the left */
	width:auto;
	float:left;
	margin:5px 15px 5px 5px;
}
#menu li .black_box {
	background-color:#333333;
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 6px;
	/*	 Rounded Corners */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*	 Shadow */
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}
#menu li ul {
	list-style:none;
	padding:2px 0px 0px 0px;
	margin:0 0 2px 0;
}
#menu li ul li {
	font-size:12px;
	line-height:21px;
	position:relative;
	text-shadow: 1px 1px 1px #ffffff;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
	width: 191px;
}
#menu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}
#menu li .greybox li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:116px;/* Rounded Corners */
/*	-moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        border-radius: 5px;*/
}
#menu li .greybox li:hover {
	background:#ffffff;
	border:1px solid #aaaaaa;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}
/*
SIMPLE RIGHT
*/


#menu li:hover .simple li a {
	/*        padding-left: 2px;*/
	font-size:14px;/*	font-weight:400;*/
/*	letter-spacing:-1px;*/
/*	margin:7px 0 14px 0;*/
/*	padding-bottom:14px;*/
/*	border-bottom:1px solid #666666;*/
}
#menu li div.lign_left .lign_left .col_1 {
}
#menu li ul li.level1 {
	background: url("https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/magazento/megamenu/img/li-category-menu.png") no-repeat scroll left 7px transparent;
	font-size: 14px;
	padding-left: 11px;
	padding-bottom: 21px;
}
#menu li ul li.level1 a span {
	padding-bottom: 7px !important;
	color: #0055A5;
}

#menu li ul li.level1 a span:hover {
	padding-bottom: 7px !important;
}
#menu li ul li.level1 a {
	background: url("https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/magazento/megamenu/img/boder-bottom-nav.png") no-repeat scroll left bottom transparent;
	padding-left: 0px;
	padding-bottom: 4px;
}
#menu li ul li.level1 ul li a {
	background: 0 none;
	line-height: 18px;
	font-weight: normal;
	padding-bottom: 0px;
}
#menu li ul li.level1 ul li a span {
	border-bottom: 0 none;
	color:#2c83d9;
	font-size:11px;
	background: 0 none;
}
#menu li ul li.level1 ul li {
	background: 0 none;
}
body .header-bot ul#menu > li a.bp-tablet-down {
	display: none;
}
.leightbox, .leightboxlink   {
	background-color:#FFFFFF;
	border:2px solid #B8B8B8;
	color:#0A263C;
	display:none;
	font:9px Arial,sans-serif;
	left:25%;
	margin:0;
	overflow:auto;
	padding:0;
	position:absolute;
	text-align:left;
	top:25%;
	width:450px;
	min-height:200px;
	z-index:10011;
}
#overlay, #overlaylink {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#333;
	filter: alpha(opacity=80);
        background-color: rgba(0,0,0,0.75);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }
.lightboxlink[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlaylink[id]{ /* IE6 and below Can't See This */    position:fixed;    }
td.attributes-col .item-options dt {
    font-style: italic;
    font-weight: normal;
}

.block-quote .block-title strong {
	background-image: url("https://www.beaconlightingcommercial.com.au/skin/frontend/default/default/images/i_block-list.gif");
	background-position: 0pt 1px;
}


#lightbox2{
    background: white;
    width:500px;
    min-height:200px;
    padding:20px;
    margin: 10% auto;
    border: 3px solid #ababab;
    -webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}

#lightboxload{
    background: url("https://www.beaconlightingcommercial.com.au/skin/frontend/base/default/images/ajax-loader.gif");
    width:16px;
    height: 16px;
    margin: 100px auto;
   
    
}

#lightboxload_quote{
    background: url("https://www.beaconlightingcommercial.com.au/skin/frontend/base/default/images/ajax-loader.gif");
    width:16px;
    height: 16px;
    margin: -91px 62px 0 auto;


}

#lightboxload_compare{
    background: url("https://www.beaconlightingcommercial.com.au/skin/frontend/base/default/images/ajax-loader.gif");
    width:16px;
    height: 16px;


}

.cms-index-index .products-grid li.item {
	padding: 12px 10px 100px;
}

/*
* Disable the following CSS rules
* when having trouble with
* grid and list view.
*/

#products-list button.btn-cart {
    margin: 5px 0 0 0;
    padding: 0 0 0 5px;
    width: 120px;
    float: right;
}

.products-grid button.btn-cart {
    margin: 5px 0 0 0;
    padding: 0 5px 0 0;
    width: 100%; 
}

.product-view button.btn-cart{
    padding: 0 5px 0 0;
}

.products-grid li.item {
    padding-bottom: 100px;
}

.products-grid .actions{
    width: 30%;    
}

form#quotelist .cart .totals{
    padding: 0 0 0 100px !important;
    width: auto !important;
}

.sharebutton .addthis_toolbox {
	float: left;
	width: 250px;
}

.sharebutton .addthis_toolbox.addthis_16x16_style {
	width: 90px;
}

.sharebutton .addthis_16x16_style {
	padding-top: 4px;
}

.sharebutton .fb-like {
	float: left;
	margin:0;
	padding:0;
	margin-right: 15px;
	width:auto;
	height: 20px;
}

.sharebutton li { display: inline;}

.sharebutton li img {padding-top: 4px;}

.addthis_button_tweet iframe {width: 90px !important;}


.account-create .control fieldset select {width:250px;}
.my-account .box .box-content img{padding:3px;float:right;}
.account-box .box-title {background:url("https://www.beaconlightingcommercial.com.au/skin/frontend/base/default/mailchimp/images/dotted_divider.gif") repeat-x scroll 0 100% transparent;margin-bottom:8px;padding-bottom:2px;text-align:left;}
.account-box .box-title h3 {font-size:1.1em;margin:0;}

.subscribed-additional {margin-top:15px;}
.subscribed-additional .page-title {text-align:right;border-bottom:1px solid #CCCCCC;margin:0 0 25px;}
.subscribed-additional .page-title h1 {font-size:1.7em !important;font-weight:normal !important;margin:0;text-align:left;text-transform:none !important;}
.subscribed-additional .buttons-set {border-top:1px solid #E4E4E4;clear:both;margin-top:4em;padding-top:8px;text-align:right;}
.subscribed-additional .buttons-set .back-link {display:none;}

#additionalFieldset,
#generalFieldset {margin:0 10px 5px;}
#generalFieldset fieldset,
#additionalFieldset fieldset {margin:0 10px 5px;}
#generalFieldset .title,
#additionalFieldset .title {font-size:13px;color:#0A263C;margin-top:5px;}
#generalFieldset input,
#additionalFieldset input{margin-right:0px !important;}
#generalFieldset label,
#additionalFieldset label{margin-right:20px;float:none;}

#checkoutSteps .block-subscribe {font-size:11px;line-height:1.5;border:1px solid #C4C1BC;margin:0 0 30px;width:255px;margin-left:8px;}
.checkout-cart-index .col-1 .block-subscribe {margin:0 0 20px !important;}
.checkout-cart-index .block-subscribe {font-size:11px;line-height:1.5;border:1px solid #C4C1BC;margin:0 20px 10px;width:290px;}

.checkout-cart-index .block-subscribe div.validation-passed { background: url("https://www.beaconlightingcommercial.com.au/skin/frontend/base/default/mailchimp/images/icon_ok.gif") no-repeat scroll 75% 8px transparent;}
.checkout-cart-index .block-subscribe div.validation-error { background: url("https://www.beaconlightingcommercial.com.au/skin/frontend/base/default/mailchimp/images/icon_error.gif") no-repeat scroll 75% 8px transparent !important;}
.checkout-cart-index .block-subscribe .validation-advice {clear:none !important;}

#checkoutSteps .block-subscribe .block-title,
.checkout-cart-index .block-subscribe .block-title {background:url("https://www.beaconlightingcommercial.com.au/skin/frontend/base/default/mailchimp/images/bkg_block-title.gif") repeat-x scroll 0 0 transparent;border-bottom:1px solid #DDDDDD;padding:2px 9px;}
#checkoutSteps .block-subscribe .block-title strong,
.checkout-cart-index .block-subscribe .block-title strong {background-image:url("https://www.beaconlightingcommercial.com.au/skin/frontend/base/default/mailchimp/images/i_block-subscribe.gif");background-position:0 0;background-repeat:no-repeat;padding-left:21px;color:#E26703;display:block;min-height:16px;text-transform:uppercase;}
#checkoutSteps .block-subscribe .actions button.button span,
.checkout-cart-index .block-subscribe .actions button.button span {background:none repeat scroll 0 0 #618499;border-color:#406A83;color:#FFFFFF;display:block;font:bold 12px/19px Arial,Helvetica,sans-serif;height:19px;padding:0 8px;text-align:center;white-space:nowrap;}
#checkoutSteps .block-subscribe .block-content .input-box,
.checkout-cart-index .block-subscribe .block-content .input-box{ float:none !important;}
#checkoutSteps .block-subscribe .block-content .actions,
.checkout-cart-index .block-subscribe .block-content .actions{ padding:5px !important;}
#checkoutSteps .block-subscribe .block-content,
.checkout-cart-index .block-subscribe .block-content { min-height:100px;padding:5px 10px;background:none repeat scroll 0 0 #F8F7F5;}
#checkoutSteps .block-subscribe label,
.checkout-cart-index .block-subscribe label {color:#666666;font-weight:bold;}
#checkoutSteps .block-subscribe input.input-text,
.checkout-cart-index .block-subscribe input.input-text {display:block;margin:3px 0;width:167px;}
#checkoutSteps .block-subscribe .actions button.button,
.checkout-cart-index .block-subscribe .actions button.button {margin-top:10px;float:left;}
#checkoutSteps .block-subscribe button.button,
.checkout-cart-index .block-subscribe button.button {background:none repeat scroll 0 0 transparent;border:0 none;cursor:pointer;margin:0;overflow:visible;padding:0;width:auto;}
.checkout-cart-index .block-content .input-box{padding:4px 10px 0;}

.poweredByMailchimp {float:right;margin-top:40px;clear:both;}
.col-main{position:relative;}
.category-view{z-index: 1;position: relative;}
#slideshow-link{
    display:block;
    float:right;
    background: none repeat scroll 0 0 #F18200;
    border: 1px solid #DE5400;
    color: #FFFFFF;
    display: block;
    font: bold 15px/24px Arial,Helvetica,sans-serif;
    height: 24px;
    padding: 0 8px;
    text-align: center;
    white-space: nowrap;
    z-index:2;
    position: relative;
}
.slideshow-loader{position:absolute;top:0px;left:0px;right:0px;bottom:0px;height:100%;width:100%;background: #fff; margin:0px; /*cursor:progress;*/}
.slideshow-loader div{padding:0px; height:400px; text-align:center;background: transparent url("https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/dynamicslideshow/loader_32x32.gif") 180px center  no-repeat; margin:0px;}
#popup-background{position:absolute; top:0px; left:0px; right:0px; bottom:0px; background:#000;margin:0px;padding:0px;width:100%; height:100%;z-index: 1000;display:none;}
#slideshow-product-details{
    height:400px;
    background: #fff;
}
.slideshow-product-image-container{float:right;width:400px;/*background: transparent url("https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/dynamicslideshow/loader_32x32.gif") center 180px no-repeat*/;height:400px;}
.slideshow-product-info{float:left;width:280px;margin-top:100px;}
.slideshow-product-info h2{font-size:22px;font-weight:bold;}
#close-gallery-container {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    /*width:100px;*/
    height: 30px;
    background: transparent url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/dynamicslideshow/skin/gallery-container.png') -40px 0px;
    cursor: pointer;
    z-index: 1103;
    display: none;
    text-indent:-1000px;
    overflow:hidden;
}
/*carousel*/
#gallery-contents{
    margin:20px 15px 0px;
    /**margin:20px 15px 0px;*/
    position:relative;
}
.jcarousel-skin-mango .jcarousel-container {
    background: #fff;
}
.jcarousel-skin-mango .jcarousel-direction-rtl {
    direction: rtl;
}
.jcarousel-skin-mango .jcarousel-container-horizontal {
    width: 560px;
    padding: 20px 40px;
}
.jcarousel-skin-mango .jcarousel-clip-horizontal {
    width:  561px;
    height: 44px;
}
.jcarousel-skin-mango .jcarousel-clip-vertical {
    width:  77px;
    height: 245px;
}
.jcarousel-skin-mango .jcarousel-item {
    width: 40px;
    height: 40px;
    background: url("https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/dynamicslideshow/loader_16x16.gif") center no-repeat;
    border: 2px solid #fff;
}
.jcarousel-skin-mango .jcarousel-item.jcarousel-item-placeholder,
.jcarousel-skin-mango .jcarousel-item.jcarousel-item-placeholder:hover{
    width: 40px;
    height: 40px;
    background: none;
    border: 2px solid #fff;
    cursor:default;
}
.jcarousel-clip.jcarousel-clip-horizontal{position:relative;}
#slideshow-carousel #carousel-loader{position:absolute; top:0px; bottom: 0px; left: 0px; right: 0px; width:100%; height: 100%;text-align: center;}
#slideshow-carousel #carousel-loader div{ background: url("https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/dynamicslideshow/loader_16x16.gif") left center no-repeat; display:inline; padding-left: 25px; color: #ccc; line-height: 44px;height:44px;}
.jcarousel-skin-mango .jcarousel-item:hover {
    border-color: #ccc;
    cursor:pointer;
    position: relative;
}
#carousel-tooltip{background:#333;color:#fff;display:inline-block;float:left;position:absolute;font-size: 10px;padding:2px;line-height: 14px;display:none;}
.jcarousel-skin-mango .jcarousel-item.on{
    border-color: #000;
}
.jcarousel-skin-mango .jcarousel-item-horizontal {
    margin-left: 0;
    margin-right: 3px;
}
.jcarousel-skin-mango .jcarousel-direction-rtl .jcarousel-item-horizontal {
    margin-left: 7px;
    margin-right: 0;
}
.jcarousel-skin-mango .jcarousel-item-placeholder {
}
/**
 *  Horizontal Buttons
*/
.jcarousel-skin-mango .jcarousel-next-horizontal {
    position: absolute;
    top: 23px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/dynamicslideshow/skin/next-horizontal.png) no-repeat 0 0;
}
.jcarousel-skin-mango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/dynamicslideshow/skin/prev-horizontal.png);
}
.jcarousel-skin-mango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}
.jcarousel-skin-mango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}
.jcarousel-skin-mango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-mango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-mango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}
.jcarousel-skin-mango .jcarousel-prev-horizontal {
    position: absolute;
    top: 23px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/dynamicslideshow/skin/prev-horizontal.png) no-repeat 0 0;
}
.jcarousel-skin-mango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/dynamicslideshow/skin/next-horizontal.png);
}
.jcarousel-skin-mango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}
.jcarousel-skin-mango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}
.jcarousel-skin-mango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-mango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-mango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}
#previous-product,#next-product{
    display:block;
    width:30px;
    height:90px;
    background:#fff;
    text-indent: -500px;
    overflow: hidden;
    position:absolute;
    top:220px;
    z-index:10000;
    background:url("https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/dynamicslideshow/skin/slideshow-prev-next.png") top left no-repeat;
}
#next-product{
    right:3px;
    background-position:-30px top;
}
#next-product:active{
    background-position:0px top;
}
#previous-product{
    left:3px;
    background-position:-120px top;
}
#previous-product:active{
    background-position:-150px top;
}
.slideshow-product-add-to-cart{position:relative;}
.slideshow-product-add-to-cart .slideshow-cart-popup{
    position:absolute;
    top:0px;
    left:0px;
    padding:20px;
    background:#fff;
    border:solid 2px #ccc;
    width:80%;
}
.slideshow-cart-popup{display:none;}
.slideshow-cart-popup .slideshow-cart-popup-loader{text-align:center;}
.slideshow-cart-popup .slideshow-cart-options{display:none;}
.category-products ul li{position:relative;}
.category-products ol#products-list li{position:relative;}
.slideshow-quickview{ display:block;position:absolute;right:-0px;top:-0px; width:50px;height:50px;background:url("https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/dynamicslideshow/skin/quick-view-icon.png") top left no-repeat; }
.slideshow-quickview:hover{background-position:0px -100px ; }
.slideshow-quickview span{display:none;}
.dynamicslideshow-quick-view{height:100%;}
.dynamicslideshow-quick-view.product-view .product-shop {
    height:350px;
    overflow-x:auto;
    overflow-y:auto;
}
.category-products ol#products-list li .slideshow-quickview{left:105px;top:5px;}
#slideshow-product-details .product-details-loading{background: url("https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/dynamicslideshow/loader_32x32.gif") center no-repeat;height:100%;width:100%;}
.product-view.quick-view .add-to-box{position:relative;}
.dynamicslideshow-cart-popup{position:absolute;top:0px;left:0px;padding:20px;background:#fff;border:solid 2px #ccc;width:80%}
.dynamicslideshow-cart-popup{display:none}
.dynamicslideshow-cart-popup .dynamicslideshow-cart-popup-loader{text-align:center}
.dynamicslideshow-cart-popup .dynamicslideshow-cart-options{display:none}
.ui-widget .ui-widget{font-size:0.9em !important;}
.quickview-loader{background:#FFFFFF url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/dynamicslideshow/loader_32x32.gif) center no-repeat; display:none; position:absolute; top: 0px; bottom:70px; left:0px; right: 0px; }
.quickview.block.block-cart{text-align: left;margin-bottom:0px;}
.quickview-content{text-align: left;margin-bottom:0px;min-height: 250px;}
.quickview-messages, #quickview-dialog{text-align: left;margin-bottom:0px;}
#quickview-dialog{display:none; position:relative; }

#quickview-dialog .product-view{width: 96%;float:none;background:none;}

#quickview-dialog .product-view .product-img-box{width:304px;padding:0px;float:left;}
#quickview-dialog .product-view .product-img-box .quickview-product-image {float: left;}
#quickview-dialog .product-view .product-img-box #vertical_carousel {height: 237px; width: 62px; margin-left: 5px; }
#quickview-dialog .product-view .product-img-box #vertical_carousel .container { height: 205px !important; width: 60px; }
#quickview-dialog .product-view .product-img-box #vertical_carousel ul li { width: 60px !important; height: 72px !important; padding-bottom: 7px; }
#quickview-dialog .product-view .product-img-box #vertical_carousel .previous_button { background: url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/scroll-top-over-small.gif') top left no-repeat !important; width: 60px !important; height: 16px !important; }
#quickview-dialog .product-view .product-img-box #vertical_carousel .previous_button_disabled { background: url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/scroll-top-disable-small.gif') !important; }
#quickview-dialog .product-view .product-img-box #vertical_carousel .next_button { background: url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/scroll-bottom-over-small.gif') top left no-repeat !important; width: 60px !important; height: 16px !important; }
#quickview-dialog .product-view .product-img-box #vertical_carousel .next_button_disabled { background: url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/scroll-bottom-disable-small.gif') top left no-repeat; }

#quickview-dialog .product-view .product-shop{ float: right; padding: 0 0 0 17px;  width: 525px;}
.quickview-content .product-view .short-description {
   
   border-top: 2px solid #D5E3F0;
}
.quickview-content  .add-to-links {   display: inline-block;  text-align: left;  width: 100%;}
.quickview-content  div.promo-text {width:auto !important; float:right !important;}
.quickview-content  .grid-float { /*left: 5px !important;   top:5px !important;*/ position:relative; max-width:48%; float:left;}
.quickview-content .promo-price-text {max-width:85%; float:right; padding-right: 10px; }
.quickview-content  .special-attribute-price {  font-size: 18px;
    font-weight: normal;}
.quickview-content .add-to-box  .add-to-cart{ margin-top:5px; }
.quickview-content .add-to-box .find-store { margin-top: 5px;}
.quickview-content .add-to-box .add-to-links li {display:inline-block;  padding: 10px 13px;  /*background: url("https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/dynamicslideshow/popular.png") no-repeat left center;*/}
.quickview-content .add-to-box .add-to-links li a{color:#0055a5; font-weight:normal;}
.quickview-content .product-view  .add-to-box  {height:auto; width:150px;}
.quickview-content .product-view  .price-popup  {  border-radius: 10px 10px 10px 10px; -webkit-border-radius: 10px 10px 10px 10px; -o-border-radius: 10px 10px 10px 10px; border: 1px solid #DADADA; margin-top:10px; display: inline-block;  padding: 2%;  position: relative;  width: 94%;}
.quickview-messages .price-box{text-align:right;}
.quickview-content .product-view  .price-popup p.you-save {text-align:right !important;}
.quickview.block.block-cart .truncated{position:relative;}
.quickview.block.block-cart .truncated .truncated_full_value {display:none;position:absolute;overflow:visible;}
.quickview.block.block-cart .truncated .truncated_full_value dl.item-options {position:relative; left: 0px; top:15px;z-index: 100000;width:200px;}
.quickview.block.block-cart .truncated a.details{display:block; float: left; }
#quickview-dialog .product-options#product-options-wrapper,#quickview-dialog .quickview-qty-form.product-options{margin:0px;}
#quickview-dialog a{outline:none !important; }
#quickview-dialog .product-name h1 {
    font-family: Arial,Helvetica,sans-serif;
	font-size:17px !important;
}
ol li.item a.product-image, ul li.item a.product-image{position:relative; display: block;}
#quickview-dialog .product-view{border:none; padding:0 0 0 14px;}
#quickview-dialog .product-essential{background:none;padding:0px;clear:both;}
.quickview-more-views ul li{display:inline-block;}
.quickview-more-views ul li a{display:inline-block;border:solid 2px #ccc;margin:3px;}
.quick-view-link {
    background: url("https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/quickview-button.jpg") no-repeat scroll left top transparent;
    display: none;
    height: 30px;
    position: absolute;
    right: 38px;
    top: 95px;
    width: 122px;
    text-indent: -1000px;
    overflow: hidden;
}
ul.products-grid li.item:hover .quick-view-link {
    display: block;
}
.quick-view-link:hover {
    background-position: bottom left;
}
/*.quick-view-link span{display:none;}*/
.quick-view-link.ui-button{
    position:absolute;
    right:auto;
    top:50px;
    width:auto;
    height:auto;
    text-align:center;
    padding:5px;
    border:solid 1px #444;
    background:#ccc;
    text-indent: 0px;
    display:none;
}

#container{
width:370px;
    height:50px;
}

#list-container {
overflow:hidden;    
width: 307px;  
float:left;    
}

.list{
   
min-width:1400px;
    float:left;
}


#arrowR{

background: url("https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/next-slide.gif") no-repeat scroll right center transparent;
    width:29px;
    height:99px;
    float:right;
    cursor:pointer;
}


#arrowL{

background: url("https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/prev-slide.gif") no-repeat scroll left center transparent;
     width:29px;
    height:99px;
    float:left;
    cursor:pointer;
}

.item-popup{
   
width:90px;
    height:93px;
    margin:5px;
    float:left;
    position:relative;
}

.quickview-content .product-view .product-shop {
    background: none !important;
    padding: 0 !important;
}

.quickview-content .product-essential .product-shop .title-information {
    float: left;
    width: 275px;
    color: #5d7e9f;
}

.quickview-content .product-essential .product-shop .title-information .short-description p {
    font-size: 10px;
}

.quickview-content .product-essential ul.product-attribute-specs-list li {
    border-top: 1px dotted #92B1C5;
    padding: 3px 0px;
    font-size: 10px;
    height: 15px;
}

.quickview-content .product-essential ul.product-attribute-specs-list li .label {
    width: 85%;
    float: left;
}

.quickview-content .product-essential ul.product-attribute-specs-list li .data {
    width: 12%;
    float: right;
}

.quickview-content .product-view .product-shop .add-to-box #cart-quantity label {
    color: #5d7e9f;
}

.quickview-content .product-view .product-shop .add-to-box #cart-quantity {
    margin: 5px 0 0px 0;
}

.quickview-content .view-details-button a {
    width: 125px;
    height: 38px;
    display: block;
    background: url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/view-details.jpg') -19px 0px no-repeat;
    float: right;
    margin: 5px 8px 5px 0px;
    padding-bottom: 5px;
}

.quickview-content .add-to-cart a {
    margin-right: 8px;
}

.quickview-content input.qty {
    margin-right: 9px;
}

.quickview-content .product-img-box .product-image {
    width: 237px;
    height: 237px;
}

.product-view .product-img-box .product-image img {
    cursor: default !important;
}

.quickview-content img.free-banner {
	padding-top: 5px;
}

/*
 * jQuery UI CSS Framework 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming
 */
@import "https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/dynamicslideshow/base/jquery.ui.base.css";
@import "https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/dynamicslideshow/base/jquery.ui.theme.css";

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/bootstrap/fonts/glyphicons-halflings-regular.eot');
  src: url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #428bca;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/font-awesome/fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/font-awesome/fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/font-awesome/fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/font-awesome/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.2857142857142858em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571428572em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-mail-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1010px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 1010px;
}
h1,
.h1 {
  font-size: 32px;
}
h2,
.h2 {
  font-size: 28px;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #333333;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #0d0d0d;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
a:hover {
  text-decoration: none;
  text-shadow: 0 0;
}
input,
button,
select,
textarea {
  color: #999999;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #333333;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #0d0d0d;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
button,
a {
  display: inline-block;
}
button.button,
a.button,
button.form-button,
a.form-button {
  width: auto !important;
  background: url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg-btn.png) repeat-x 0 0 transparent;
  height: 39px;
  border-radius: 4px;
  color: #ffffff;
  margin: 0;
  padding: 0;
  border: none;
}
button.button span span,
a.button span span,
button.form-button span span,
a.form-button span span {
  font-size: 14px;
}
button.button:hover,
a.button:hover,
button.form-button:hover,
a.form-button:hover {
  background: url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg-btn.png) repeat-x 0 -100px transparent;
}
button.button span,
a.button span,
button.form-button span,
a.form-button span {
  padding: 0;
  width: 100%;
  line-height: 37px;
  height: 39px;
  color: #ffffff;
  margin: 0;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  background: none !important;
}
button.button span span,
a.button span span,
button.form-button span span,
a.form-button span span {
  font-size: 14px;
  padding: 0 24px;
  margin: 0;
  font-weight: normal !important;
  text-shadow: 0 0 0;
}
.button.btn-cart span span {
  padding: 0 28px;
}
/* module area3 widget */
.block-need-quote .button span span {
  padding: 0 35px;
}
.clearfix:before,
.clearfix:after,
body .header-bot ul#menu > li > div[class*="dropdown_"]:before,
body .header-bot ul#menu > li > div[class*="dropdown_"]:after,
body .main .col-main .category-view .category-products .products-grid:before,
body .main .col-main .category-view .category-products .products-grid:after,
body .main .col-main .results-view .category-products .products-grid:before,
body .main .col-main .results-view .category-products .products-grid:after,
body .main .col-main .product-view:before,
body .main .col-main .product-view:after,
body .main .col-main .product-view .product-collateral .box-information .related-upsell-products .box-collateral ul.block-content:before,
body .main .col-main .product-view .product-collateral .box-information .related-upsell-products .box-collateral ul.block-content:after,
body .main .col-main #products-home-tabs .products-grid:before,
body .main .col-main #products-home-tabs .products-grid:after,
body .main .area3:before,
body .main .area3:after,
body footer .footer-container .footer-before-container:before,
body footer .footer-container .footer-before-container:after {
  content: " ";
  display: table;
}
.clearfix:after,
body .header-bot ul#menu > li > div[class*="dropdown_"]:after,
body .main .col-main .category-view .category-products .products-grid:after,
body .main .col-main .results-view .category-products .products-grid:after,
body .main .col-main .product-view:after,
body .main .col-main .product-view .product-collateral .box-information .related-upsell-products .box-collateral ul.block-content:after,
body .main .col-main #products-home-tabs .products-grid:after,
body .main .area3:after,
body footer .footer-container .footer-before-container:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 16px;
}
body {
  background-image: none;
  /* body content */
  /* footer */
  /* modules */
  /* widget */
  /* cart to quote */
  /* form add to quote */
  /* rating */
  /* rating selectable */
  /* rating toolbar - rating advancereview filter */
  /* fixed for catalog result page */
  /* product view image */
  /* more view images slide */
  /* horizontal Carousel */
  /* my account - My project - multi wishlist */
  /* multi wishlist */
}
body header,
body section,
body footer {
  min-width: 1200px;
}
body header {
  background: url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg-body.png) repeat-y center 0 transparent;
  padding: 1px 0;
}
body.cms-index-index {
  background: none !important;
}
body .header-top {
  background: #000000;
  margin: 0;
  height: 117px;
  /*margin-top:57px;*/
}
body .header-top .header {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 10;
}
body .header-top .header .branding {
  float: left !important;
  position: static;
  width: auto;
  margin-top: 16px;
  margin-left: 0px;
  height: 100px;
}
body .header-top .header .branding .logo {
  float: none;
  margin: 0;
}
body .header-top .header .header-top-links {
  margin-top: 10px;
  float: right !important;
  width: auto;
}
body .header-top .header .header-top-links .welcome {
  position: static;
  /*a ~ a { position: relative;
                          &:after { position: absolute; width:2px; height:10px; background: url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg-sep.png) no-repeat 0 0 transparent; left: -2px; top:5px; content:"";}
                      }*/
}
body .header-top .header .header-top-links .welcome a {
  margin-left: 7px;
  padding-left: 0px;
  display: inline-block;
}
body .header-top .header .header-top-links .welcome a span {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: bold;
}
body .header-top .header .header-top-links .welcome li ~ li,
body .header-top .header .header-top-links .welcome a ~ a {
  position: relative;
}
body .header-top .header .header-top-links .welcome li ~ li:before,
body .header-top .header .header-top-links .welcome a ~ a:before {
  /*position: absolute;left: -2px; bottom: @bottom; */
  vertical-align: middle;
  margin-bottom: 2px;
  display: inline-block;
  width: 2px;
  margin-right: 11px;
  height: 10px;
  background: url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg-sep.png) no-repeat 0 0 transparent;
  content: "";
}
body .header-top .header .header-top-links .top-cart-container {
  position: static;
  float: none;
  width: auto;
  margin-top: 7px;
  text-align: right;
}
body .header-top .header .header-top-links .top-cart-container .slogan {
  float: none;
  width: 66px;
  height: 66px;
  vertical-align: top;
  display: inline-block;
  white-space: nowrap;
  margin-right: 0px;
  text-indent: 9999em;
  overflow: hidden;
  background: url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg-needhelp.png) no-repeat 0 0 transparent;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
body .header-top .header .header-top-links .top-cart-container .slogan * {
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  margin-top: -20px;
  width: 100%;
  height: 100%;
}
body .header-top .header .header-top-links .top-cart-container .quick-access {
  width: 68px;
  height: 68px;
  vertical-align: top;
  background: url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg-cart.png) no-repeat 0 0 transparent;
  border: none;
  padding: 0;
  display: inline-block;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
body .header-top .header .header-top-links .top-cart-container .quick-access .top-cart {
  float: none;
  width: auto;
  height: auto;
}
body .header-top .header .header-top-links .top-cart-container .quick-access .top-cart p {
  margin: 0;
}
body .header-top .header .header-top-links .top-cart-container .quick-access .top-cart .block-title {
  background-image: none;
  color: #333333;
  padding: 0;
  margin: 0;
}
body .header-top .header .header-top-links .top-cart-container .quick-access .top-cart .block-title span {
  float: none;
  display: block;
}
body .header-top .header .header-top-links .top-cart-container .quick-access .top-cart .block-title #cartHeader {
  display: block;
  padding-top: 5px;
  position: relative;
}
body .header-top .header .header-top-links .top-cart-container .quick-access .top-cart .block-title .fa-angle-down {
  position: absolute;
  right: 15px;
  top: 27px;
  font-size: 13px;
  color: #ef3340;
}
body .header-top .header .header-top-links .top-cart-container .quick-access .top-cart .block-title #cartCount {
  font-size: 16px;
  margin: 0px 10px 0 34px;
  text-align: center;
}
body .header-top .header .header-top-links .top-cart-container .quick-access .top-cart .block-title #cartText {
  color: #ffffff;
  text-transform: capitalize;
  font-size: 10px !important;
  height: 30px !important;
  line-height: 30px !important;
  margin: 0 !important;
  text-align: center;
  border-radius: 0 0 3px 3px;
  font-weight: bold !important;
}
body .header-top .header .header-top-links .top-cart-container .quick-access .top-cart .block-content {
  top: 92px;
  -webkit-box-shadow: 3px 8px 6px #999999;
  box-shadow: 3px 8px 6px #999999;
}
body .header-top .header .header-top-links .top-cart-container .quick-access .top-cart .block-content .inner-wrapper {
  width: 100%;
  border: none;
  padding: 20px 18px 18px;
}
body .header-top .header .header-top-links .top-cart-container .quick-access .top-cart .block-content .inner-wrapper .block-subtitle {
  display: none;
}
body .header-top .header .header-top-links .top-cart-container .quick-access .top-cart .block-content .inner-wrapper .mini-products-list {
  margin: 0;
  padding: 0;
}
body .header-top .header .header-top-links .top-cart-container .quick-access .top-cart .block-content .inner-wrapper .mini-products-list .item {
  padding: 8px 0 9px;
  border-bottom: 1px solid #d6d6d6;
}
body .header-top .header .header-top-links .top-cart-container .quick-access .top-cart .block-content .inner-wrapper .mini-products-list .item:first-child {
  padding-top: 0;
}
body .header-top .header .header-top-links .top-cart-container .quick-access .top-cart .block-content .inner-wrapper .mini-products-list .item .product-image {
  width: 89px;
  height: 89px;
  margin: 0;
}
body .header-top .header .header-top-links .top-cart-container .quick-access .top-cart .block-content .inner-wrapper .mini-products-list .item .product-image img {
  border: 1px solid #d6d6d6;
}
body .header-top .header .header-top-links .top-cart-container .quick-access .top-cart .block-content .inner-wrapper .mini-products-list .item .product-details {
  margin-left: 104px;
  text-align: left;
}
body .header-top .header .header-top-links .top-cart-container .quick-access .top-cart .block-content .inner-wrapper .mini-products-list .item .product-details .product-name {
  width: 170px;
}
body .header-top .header .header-top-links .top-cart-container .quick-access .top-cart .block-content .inner-wrapper .mini-products-list .item .product-details .product-name a {
  margin: 5px 0 6px;
  display: block;
}
body .header-top .header .header-top-links .top-cart-container .quick-access .top-cart .block-content .inner-wrapper .mini-products-list .btn-remove {
  width: 18px;
  height: 18px;
  text-indent: -9999em;
  background: url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg-remove.png) no-repeat 0 0 transparent;
  display: inline-block;
  zoom: 1;
  position: relative;
}
body .header-top .header .header-top-links .top-cart-container .quick-access .top-cart .block-content .inner-wrapper .mini-products-list .btn-remove:hover {
  background-position: 0 100%;
}
body .header-top .header .header-top-links .top-cart-container .quick-access .top-cart .block-content .inner-wrapper .details {
  width: 100% !important;
  text-align: center;
  margin-top: 12px;
}
body .header-top .header .header-top-links .top-cart-container .quick-access .top-cart .block-content .cart-empty {
  padding: 10px;
}
body .header-top .header .header-top-links .top-cart-container .top-cart-bottom {
  background: none;
  width: auto;
  height: auto;
}
body .header-bot {
  background: url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg-menutop.png) repeat-x 0 0 transparent;
  clear: both;
  /*  menu top */
  /*  mini form search */
}
body .header-bot .container {
  white-space: nowrap;
  text-align: right;
}
body .header-bot ul#menu {
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  margin-bottom: 0;
  height: 37px;
  margin-left: -12px;
}
body .header-bot ul#menu > li {
  padding: 0 14px 0 16px;
  position: relative;
  margin: 0;
  /* make columns width for menu items in topmenu */
}
body .header-bot ul#menu > li:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 1px;
  background: #000000;
  left: 0;
  top: 7px;
}
body .header-bot ul#menu > li:first-child {
  padding-left: 0;
}
body .header-bot ul#menu > li:first-child:after {
  display: none;
}
body .header-bot ul#menu > li:hover {
  border: none;
  background: none;
}
body .header-bot ul#menu > li:hover.last > a,
body .header-bot ul#menu > li:hover > a {
  background: #ef3340 !important;
}
body .header-bot ul#menu > li > a {
  font-size: 15px;
  color: #ffffff;
  padding: 8px 12px 8px;
  line-height: 21px;
}
body .header-bot ul#menu > li > a.drop {
  text-transform: capitalize;
  background-image: none;
}
body .header-bot ul#menu > li a {
  text-decoration: none;
}
body .header-bot ul#menu > li a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  body .header-bot ul#menu > li .dropdown_1column {
    width: 187.5px !important;
  }
}
@media (min-width: 992px) {
  body .header-bot ul#menu > li .dropdown_1column {
    width: 242.5px !important;
  }
}
@media (min-width: 1200px) {
  body .header-bot ul#menu > li .dropdown_1column {
    width: 252.5px !important;
  }
}
@media (min-width: 768px) {
  body .header-bot ul#menu > li .dropdown_2column {
    width: 375px !important;
  }
}
@media (min-width: 992px) {
  body .header-bot ul#menu > li .dropdown_2column {
    width: 485px !important;
  }
}
@media (min-width: 1200px) {
  body .header-bot ul#menu > li .dropdown_2column {
    width: 505px !important;
  }
}
@media (min-width: 768px) {
  body .header-bot ul#menu > li .dropdown_3column {
    width: 562.5px !important;
  }
}
@media (min-width: 992px) {
  body .header-bot ul#menu > li .dropdown_3column {
    width: 727.5px !important;
  }
}
@media (min-width: 1200px) {
  body .header-bot ul#menu > li .dropdown_3column {
    width: 757.5px !important;
  }
}
@media (min-width: 768px) {
  body .header-bot ul#menu > li .dropdown_4column,
  body .header-bot ul#menu > li .dropdown_5column,
  body .header-bot ul#menu > li .dropdown_6column {
    width: 750px !important;
  }
}
@media (min-width: 992px) {
  body .header-bot ul#menu > li .dropdown_4column,
  body .header-bot ul#menu > li .dropdown_5column,
  body .header-bot ul#menu > li .dropdown_6column {
    width: 970px !important;
  }
}
@media (min-width: 1200px) {
  body .header-bot ul#menu > li .dropdown_4column,
  body .header-bot ul#menu > li .dropdown_5column,
  body .header-bot ul#menu > li .dropdown_6column {
    width: 1010px !important;
  }
}
body .header-bot ul#menu > li > div[class*="dropdown_"] {
  margin-top: 0;
  padding: 21px 0;
  border: none;
  -webkit-box-shadow: 3px 8px 6px #cccccc;
  box-shadow: 3px 8px 6px #cccccc;
  background: #FFF;
  margin-left: -15px;
  margin-right: -15px;
}
body .header-bot ul#menu > li > div[class*="dropdown_"] > div[class*="col_"] {
  margin: 0;
}
@media (min-width: 768px) {
  body .header-bot ul#menu > li > div[class*="dropdown_"] .col_1 {
    width: 187.5px !important;
  }
}
@media (min-width: 992px) {
  body .header-bot ul#menu > li > div[class*="dropdown_"] .col_1 {
    width: 242.5px !important;
  }
}
@media (min-width: 1200px) {
  body .header-bot ul#menu > li > div[class*="dropdown_"] .col_1 {
    width: 252.5px !important;
  }
}
@media (min-width: 768px) {
  body .header-bot ul#menu > li > div[class*="dropdown_"] .col_2 {
    width: 375px !important;
  }
}
@media (min-width: 992px) {
  body .header-bot ul#menu > li > div[class*="dropdown_"] .col_2 {
    width: 485px !important;
  }
}
@media (min-width: 1200px) {
  body .header-bot ul#menu > li > div[class*="dropdown_"] .col_2 {
    width: 505px !important;
  }
}
@media (min-width: 768px) {
  body .header-bot ul#menu > li > div[class*="dropdown_"] .col_3 {
    width: 562.5px !important;
  }
}
@media (min-width: 992px) {
  body .header-bot ul#menu > li > div[class*="dropdown_"] .col_3 {
    width: 727.5px !important;
  }
}
@media (min-width: 1200px) {
  body .header-bot ul#menu > li > div[class*="dropdown_"] .col_3 {
    width: 757.5px !important;
  }
}
@media (min-width: 768px) {
  body .header-bot ul#menu > li > div[class*="dropdown_"] .col_4,
  body .header-bot ul#menu > li > div[class*="dropdown_"] .col_5,
  body .header-bot ul#menu > li > div[class*="dropdown_"] .col_6 {
    width: 750px !important;
  }
}
@media (min-width: 992px) {
  body .header-bot ul#menu > li > div[class*="dropdown_"] .col_4,
  body .header-bot ul#menu > li > div[class*="dropdown_"] .col_5,
  body .header-bot ul#menu > li > div[class*="dropdown_"] .col_6 {
    width: 970px !important;
  }
}
@media (min-width: 1200px) {
  body .header-bot ul#menu > li > div[class*="dropdown_"] .col_4,
  body .header-bot ul#menu > li > div[class*="dropdown_"] .col_5,
  body .header-bot ul#menu > li > div[class*="dropdown_"] .col_6 {
    width: 1010px !important;
  }
}
body .header-bot ul#menu li[class*="level"] > ul {
  padding-left: 19px;
}
body .header-bot ul#menu li[class*="level"] a {
  white-space: pre-wrap;
  word-wrap: break-word;
}
body .header-bot ul#menu li.level1 {
  background: none;
  padding-bottom: 16px;
}
body .header-bot ul#menu li.level1 > a {
  background: none;
  padding-bottom: 0;
}
body .header-bot ul#menu li.level1 > a i {
  line-height: 21px;
  text-shadow: 0 0 0 transparent;
}
body .header-bot ul#menu li.level1 > a i:first-child {
  margin-right: -10px;
  color: #ef3340;
}
body .header-bot ul#menu li.level1 > a i ~ i {
  color: #ffffff;
  line-height: 21px;
}
body .header-bot ul#menu li.level1 > a > span {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin-left: 11px;
  padding-bottom: 0 !important;
  vertical-align: top;
}
body .header-bot ul#menu li.level2 > a * {
  font-size: 13px;
  color: #666666;
  line-height: 21px;
}
body .header-bot #search_mini_form {
  display: inline-block;
  width: 236px !important;
}
body .header-bot #search_mini_form:before,
body .header-bot #search_mini_form:after {
  content: " ";
  display: table;
}
body .header-bot #search_mini_form:after {
  clear: both;
}
body .header-bot #search_mini_form:before,
body .header-bot #search_mini_form:after {
  content: " ";
  display: table;
}
body .header-bot #search_mini_form:after {
  clear: both;
}
body .header-bot #search_mini_form .form-search {
  margin-top: 6px;
  float: none;
  margin-right: 0;
  position: relative;
}
body .header-bot #search_mini_form .form-search > a,
body .header-bot #search_mini_form .form-search > label {
  display: none;
}
body .header-bot #search_mini_form .form-search #search {
  background: none no-repeat 0 0 #ffffff;
  height: 26px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  color: #666666;
  padding: 8px 10px !important;
  width: 100%;
  float: none;
}
body .header-bot #search_mini_form .form-search button.btn-search {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 34px !important;
  height: 100% !important;
  opacity: 0;
  filter: alpha(opacity=0);
}
body .header-bot #search_mini_form .form-search i {
  position: absolute;
  right: 10px;
  top: 6px;
}
body .main {
  background: url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg-body.png) repeat-y center 0 transparent;
  margin: 0;
  /* after menu */
  /* global message */
  /* column left - layout 2column-left */
  /* column main - all layout */
  /* area3 - content footer */
}
body .main .guide-block {
  width: auto;
  float: none;
  margin-top: 0px;
  margin-bottom: 7px;
}
body .main .guide-block:before,
body .main .guide-block:after {
  content: " ";
  display: table;
}
body .main .guide-block:after {
  clear: both;
}
body .main .guide-block:before,
body .main .guide-block:after {
  content: " ";
  display: table;
}
body .main .guide-block:after {
  clear: both;
}
body .main .guide-block ul {
  margin: 0;
  margin-left: -11px;
}
body .main .guide-block ul:before,
body .main .guide-block ul:after {
  content: " ";
  display: table;
}
body .main .guide-block ul:after {
  clear: both;
}
body .main .guide-block ul:before,
body .main .guide-block ul:after {
  content: " ";
  display: table;
}
body .main .guide-block ul:after {
  clear: both;
}
body .main .guide-block ul li {
  font-size: 12px;
  border: none;
}
body .main .guide-block ul li a {
  padding: 10px 11px 10px 0;
}
body .main .guide-block ul li:first-child a {
  padding-left: 11px;
}
body .main .guide-block ul li ~ li,
body .main .guide-block ul a ~ a {
  position: relative;
}
body .main .guide-block ul li ~ li:before,
body .main .guide-block ul a ~ a:before {
  /*position: absolute;left: -2px; bottom: @bottom; */
  vertical-align: middle;
  margin-bottom: 2px;
  display: inline-block;
  width: 2px;
  margin-right: 11px;
  height: 10px;
  background: url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg-sep.png) no-repeat 0 0 transparent;
  content: "";
}
body .main .global_messages {
  /* layout */
}
body .main .col-left {
  padding: 5px 0 20px;
  margin-top: 0;
  width: 225px;
}
body .main .col-left:before,
body .main .col-left:after {
  content: " ";
  display: table;
}
body .main .col-left:after {
  clear: both;
}
body .main .col-left:before,
body .main .col-left:after {
  content: " ";
  display: table;
}
body .main .col-left:after {
  clear: both;
}
body .main .col-left > * {
  padding: 0;
}
body .main .col-left.sidebar {
  /* My Account Page */
  /* END My Account Page */
}
body .main .col-left.sidebar .block .block-title span {
  font: normal 24px/100% Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000000;
}
body .main .col-left.sidebar .block .block-content {
  margin-top: 0px;
  display: block;
}
body .main .col-left.sidebar .block .block-content a {
  display: block;
}
body .main .col-left.sidebar .block .block-content a img {
  border: none;
}
body .main .col-left.sidebar .block-layered-nav dt {
  background: none !important;
  border-bottom: 1px solid #d6d6d6;
  padding: 0 0 13px;
  font: normal 16px/100% Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #333333;
}
body .main .col-left.sidebar .block-layered-nav dt i {
  margin-right: 10px;
  color: #ef3340;
}
body .main .col-left.sidebar .block-layered-nav dd ol {
  background: none;
  padding-top: 10px;
}
body .main .col-left.sidebar .block-layered-nav dd ol li {
  font: normal 14px/17px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #333333;
  background: none;
  border: none;
  padding: 2px 12px 2px 0;
  position: relative;
}
body .main .col-left.sidebar .block-layered-nav dd ol li i {
  color: #ffffff;
  text-shadow: 1px 0 0 #58585a;
  position: absolute;
  right: 3px;
  top: 4px;
}
body .main .col-left.sidebar .block-account .block-title {
  padding: 0 0 27px;
}
body .main .col-left.sidebar .block-account .block-content {
  margin-top: 0px;
}
body .main .col-left.sidebar .block-account .block-content li {
  border-bottom: 1px solid #d6d6d6;
  padding: 13px 0;
  font: normal 16px/100% Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #333333;
}
body .main[class*="col2-left"] .col-main,
body .main[class*="col2-right"] .col-main {
  width: 726px;
}
body .main .col-main {
  position: relative;
  padding: 5px 0 20px;
  margin-top: 0;
  /*  Catalog listing page
            ====================================*/
  /* Catalog result page
            =======================================*/
  /*  Catalog Product Page
            =======================================*/
  /*  END Catalog Product Page */
  /* CMS Home page */
  /* Account create */
  /*  Login page */
  /* My Account Page */
  /* Contacts Page */
}
body .main .col-main:before,
body .main .col-main:after {
  content: " ";
  display: table;
}
body .main .col-main:after {
  clear: both;
}
body .main .col-main:before,
body .main .col-main:after {
  content: " ";
  display: table;
}
body .main .col-main:after {
  clear: both;
}
body .main .col-main [class*="area"] {
  position: absolute;
  top: 61px;
}
body .main .col-main [class*="area"] * {
  margin: 0;
}
body .main .col-main .products-grid {
  padding: 0;
}
body .main .col-main .products-grid > * {
  float: none !important;
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
}
body .main .col-main .products-grid .item {
  margin-top: 30px;
  border-right: 1px solid #d6d6d6;
  padding-bottom: 0;
  padding-top: 0;
  min-height: 400px;
}
body .main .col-main .products-grid .item .product-image {
  margin-bottom: 30px;
  display: inline-block;
  text-align: center;
  width: 100%;
}
body .main .col-main .products-grid .item .product-name {
  margin: 0 0 5px;
  line-height: 17px;
  height: 52px;
  overflow: hidden;
}
body .main .col-main .products-grid .item .button.btn-cart {
  padding: 0;
  margin: 0;
}
body .main .col-main .products-grid .item .button.btn-cart span span {
  padding: 0 28px;
  margin: 0;
}
body .main .col-main .products-grid .item .actions {
  margin: 6px 0 22px 0;
  display: inline-block;
  bottom: 0;
}
body .main .col-main .products-grid .item .ratings {
  margin-bottom: 0;
}
body .main .col-main .products-grid .item-price {
  font-weight: bold;
  font-size: 16px;
  text-align: right;
  margin-bottom: 4px;
}
body .main .col-main .products-grid .price-box {
  display: block;
}
body .main .col-main .products-grid .actions {
  width: auto;
  text-align: right;
}
body .main .col-main .products-grid .actions > button.button {
  margin-bottom: 10px !important;
}
body .main .col-main .products-grid .actions p {
  margin-bottom: 26px;
}
body .main .col-main .products-grid .add-to-links {
  display: none;
}
body .main .col-main .page-title {
  display: block;
  background: none;
}
body .main .col-main .page-title h1 {
  border-bottom: 1px solid #d6d6d6;
  font-size: 24px;
  text-transform: capitalize;
  padding-bottom: 16px !important;
  font: normal 24px/100% Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000000;
}
body .main .col-main [class*="area"] + .category-view .page-title h1 {
  margin-bottom: 163px;
  margin-top: 0;
}
body .main .col-main .category-view {
  /*  END Catalog listing page */
}
body .main .col-main .category-view .category-title {
  display: block;
  background: none;
  font-size: 24px;
}
body .main .col-main .category-view .category-title h1 {
  border-bottom: 1px solid #d6d6d6;
  text-transform: capitalize;
  padding-bottom: 16px !important;
  font: normal 24px/100% Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000000;
}
body .main .col-main .category-view .category-products {
  padding-top: 0;
  /*border-bottom: 1px solid @border-color-second;*/
  overflow: hidden;
}
body .main .col-main .category-view .category-products .toolbar-bottom {
  background: none;
  /*display:none;*/
}
body .main .col-main .category-view .category-products .toolbar-bottom .toolbar {
  padding-top: 0;
}
body .main .col-main .category-view .category-products .products-grid {
  margin-bottom: 25px !important;
  /* layout */
  margin-left: -20px;
  margin-right: -20px;
}
body .main .col-main .category-view .category-products .products-grid .item {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  width: 33.33333333333333%;
}
@media (min-width: 1200px) {
  body .main .col-main .category-view .category-products .products-grid .item {
    float: left;
    width: 33.33333333333333%;
  }
}
body .main .col-main .results-view .category-products {
  padding-top: 0;
  border-bottom: 1px solid #d6d6d6;
  overflow: hidden;
}
body .main .col-main .results-view .category-products .toolbar-bottom {
  background: none;
  display: none;
}
body .main .col-main .results-view .category-products .toolbar-bottom .toolbar {
  padding-top: 0;
}
body .main .col-main .results-view .category-products .products-grid {
  margin-bottom: 25px !important;
  /* layout */
  margin-left: -20px;
  margin-right: -20px;
}
body .main .col-main .results-view .category-products .products-grid .item {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  width: 33.33333333333333%;
}
@media (min-width: 1200px) {
  body .main .col-main .results-view .category-products .products-grid .item {
    float: left;
    width: 33.33333333333333%;
  }
}
body .main .col-main .product-view {
  background: none;
  float: none;
  padding: 0;
  width: auto;
  /* layout */
  margin-left: -15px;
  margin-right: -15px;
}
body .main .col-main .product-view button.btn-cart {
  padding: 0;
}
body .main .col-main .product-view .product-shop,
body .main .col-main .product-view .product-img-box,
body .main .col-main .product-view .related-upsell-products,
body .main .col-main .product-view .sub-tab-container {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 50%;
}
@media (min-width: 1200px) {
  body .main .col-main .product-view .product-shop,
  body .main .col-main .product-view .product-img-box,
  body .main .col-main .product-view .related-upsell-products,
  body .main .col-main .product-view .sub-tab-container {
    float: left;
    width: 50%;
  }
}
body .main .col-main .product-view .product-essential .product-img-box .more-views {
  clear: both;
  float: none;
  height: 126px;
  margin: 0;
  padding: 0;
  width: 475px;
}
body .main .col-main .product-view .product-essential .product-img-box .product-image {
  width: 100%;
  height: inherit;
}
body .main .col-main .product-view .product-essential .product-shop {
  background: none;
  overflow: inherit;
}
body .main .col-main .product-view .product-essential .product-shop .product-name h1 {
  margin-top: -7px;
  color: #000000;
  font-size: 24px;
}
body .main .col-main .product-view .product-essential .product-shop .item-price {
  padding: 10px 0;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}
body .main .col-main .product-view .product-essential .product-shop .item-price strong {
  font-size: 16px;
  color: #000000;
}
body .main .col-main .product-view .product-essential .product-shop .item-price,
body .main .col-main .product-view .product-essential .product-shop .ratings,
body .main .col-main .product-view .product-essential .product-shop .no-rating {
  margin: 15px 0;
}
body .main .col-main .product-view .product-essential .product-shop .add-to-box {
  float: none;
  width: inherit;
  height: inherit;
  font-weight: normal;
  text-align: left;
}
body .main .col-main .product-view .product-essential .product-shop .product-links {
  overflow: hidden;
  display: inline-block;
  margin: 0;
}
body .main .col-main .product-view .product-essential .product-shop .links-addition {
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
body .main .col-main .product-view .product-essential .product-shop .links-addition a {
  display: block;
  font: normal 13px/1em Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #ef3340;
  text-decoration: underline;
  text-shadow: 0 0 0;
}
body .main .col-main .product-view .product-essential .product-shop .links-addition a:first-child {
  margin-bottom: 10px;
}
body .main .col-main .product-view .product-essential .product-shop .group-btn {
  padding: 28px 20px 10px;
  border: 1px solid #cccccc;
}
body .main .col-main .product-view .product-essential .product-shop .group-btn .form-quote {
  margin-right: 26px;
}
body .main .col-main .product-view .product-essential .product-shop .group-btn .group-btn-bottom {
  border-top: 1px solid #d6d6d6;
  padding: 19px 0 0;
  margin-top: 22px;
}
body .main .col-main .product-view .product-essential .product-shop .group-btn .group-btn-bottom .product-links {
  float: left;
  /*margin-right:11px;*/
}
body .main .col-main .product-view .product-essential .product-shop .group-btn .group-btn-bottom .product-links ul.add-to-links {
  margin: 0;
}
body .main .col-main .product-view .product-essential .product-shop .group-btn .group-btn-bottom .product-links ul.add-to-links li {
  margin: 0;
  padding: 0;
  margin-left: 11px;
}
body .main .col-main .product-view .product-essential .product-shop .group-btn .group-btn-bottom .product-links ul.add-to-links li:first-child {
  margin-left: 0;
}
body .main .col-main .product-view .product-essential .product-shop .group-btn .group-btn-bottom .email-friend {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  float: right;
}
body .main .col-main .product-view .product-essential .product-shop .group-btn .group-btn-bottom a {
  background: #e8e8e8;
  width: 137px;
  height: 44px;
  line-height: 44px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  color: #666666;
  margin: 0;
  padding: 0;
  font-size: 14px;
  display: inline-block;
  text-shadow: 0 0 0;
  text-align: center;
}
body .main .col-main .product-view .product-essential .btn-quote span span {
  padding: 0 49px;
}
body .main .col-main .product-view .product-collateral {
  /* general */
}
body .main .col-main .product-view .product-collateral a {
  color: #666666;
  text-decoration: none !important;
}
body .main .col-main .product-view .product-collateral .box-collateral {
  padding: 0;
  width: 100%;
}
body .main .col-main .product-view .product-collateral .box-collateral .related-upsell-products .box-title span,
body .main .col-main .product-view .product-collateral .box-collateral h2 {
  font-size: 24px;
  text-transform: none;
  background: url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg-arrow-right.png) no-repeat 0 center transparent !important;
  padding-left: 20px;
}
body .main .col-main .product-view .product-collateral .box-collateral .related-upsell-products .box-title span strong,
body .main .col-main .product-view .product-collateral .box-collateral h2 strong {
  font-weight: normal;
}
body .main .col-main .product-view .product-collateral .box-information .related-upsell-products {
  margin: 50px 0 0 0;
}
body .main .col-main .product-view .product-collateral .box-information .related-upsell-products .box-collateral {
  padding: 0;
  width: 100%;
}
body .main .col-main .product-view .product-collateral .box-information .related-upsell-products .box-collateral .box-title {
  background: none !important;
  padding-left: 0px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
}
body .main .col-main .product-view .product-collateral .box-information .related-upsell-products .box-collateral ul.block-content {
  /* layout */
  margin-left: -15px;
  margin-right: -15px;
}
body .main .col-main .product-view .product-collateral .box-information .related-upsell-products .box-collateral ul.block-content li {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 33.33333333333333%;
}
@media (min-width: 1200px) {
  body .main .col-main .product-view .product-collateral .box-information .related-upsell-products .box-collateral ul.block-content li {
    float: left;
    width: 33.33333333333333%;
  }
}
body .main .col-main .product-view .product-collateral .box-information .related-upsell-products .box-collateral ul.block-content li.item {
  border-bottom: none !important;
  border-left: 1px solid #d6d6d6;
  margin: 0;
}
body .main .col-main .product-view .product-collateral .box-information .related-upsell-products .box-collateral ul.block-content li.item:first-child {
  border-left: none;
}
body .main .col-main .product-view .product-collateral .box-information .related-upsell-products .box-collateral ul.block-content .product-details .item-price {
  font-weight: bold;
  font-size: 14px;
}
body .main .col-main .product-view .product-collateral .box-information .related-upsell-products .box-collateral ul.block-content .product-details .product-name {
  margin-top: 10px;
}
body .main .col-main .product-view .product-collateral .box-information .related-upsell-products .box-collateral ul.block-content .product-details .product-name a {
  font-weight: normal;
  text-transform: capitalize;
  font-size: 14px;
  color: #333333;
}
body .main .col-main .product-view .product-collateral .box-information .sub-tab-container {
  float: right !important;
  border: none;
  margin-top: 28px;
  min-height: 165px;
}
body .main .col-main .product-view .product-collateral .box-information .sub-tab-container ul.rectangle_tabs {
  margin: 0;
  height: 39px !important;
}
body .main .col-main .product-view .product-collateral .box-information .sub-tab-container ul.rectangle_tabs li {
  display: inline-block;
  border: none;
  float: left;
  width: 157px;
  margin-left: 2px !important;
}
body .main .col-main .product-view .product-collateral .box-information .sub-tab-container ul.rectangle_tabs li.last {
  float: right;
}
body .main .col-main .product-view .product-collateral .box-information .sub-tab-container ul.rectangle_tabs li:first-child {
  margin-left: 0 !important;
}
body .main .col-main .product-view .product-collateral .box-information .sub-tab-container ul.rectangle_tabs li a {
  text-shadow: 0 0;
  width: 100% !important;
  background: #e8e8e8;
  text-align: center;
  padding: 0;
  display: inline-block;
  height: 40px;
  line-height: 36px;
  border: 1px solid #cccccc;
  border-radius: 3px 3px 0 0;
}
body .main .col-main .product-view .product-collateral .box-information .sub-tab-container ul.rectangle_tabs li a.active {
  background: #FFF;
  border-bottom-color: #FFF;
}
body .main .col-main .product-view .product-collateral .box-information .sub-tab-container ul.rectangle_tabs li a span {
  color: #666666;
}
body .main .col-main .product-view .product-collateral .box-information .sub-tab-container .tab-content {
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 0 0 3px 3px;
  color: #333333;
  font-size: 14px;
  padding: 18px !important;
  min-height: 300px;
}
body .main .col-main .product-view .product-collateral .box-information .sub-tab-container .tab-content * {
  color: #333333;
  font-size: 14px;
  border: none;
  font-weight: normal;
  line-height: 1.428571429;
}
body .main .col-main .product-view .product-collateral .box-information .sub-tab-container .tab-content a {
  color: #ef3340;
}
body .main .col-main .product-view .product-collateral .box-information .sub-tab-container .tab-content table {
  border-collapse: collapse;
}
body .main .col-main .product-view .product-collateral .box-information .sub-tab-container .tab-content table tr {
  border-bottom: 1px solid #cccccc;
}
body .main .col-main .product-view .product-collateral .box-information .sub-tab-container .tab-content table tr.last {
  border-bottom: none;
}
body .main .col-main .product-view .product-collateral .box-information .sub-tab-container .tab-content table tr td {
  display: table-cell;
  text-align: left;
}
body .main .col-main .product-view .product-collateral .box-reviews {
  /* layout */
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
  /* general */
}
body .main .col-main .product-view .product-collateral .box-reviews .box-reviews {
    padding: 0;
}
@media (min-width: 1200px) {
  body .main .col-main .product-view .product-collateral .box-reviews {
    float: left;
    width: 100%;
  }
}
body .main .col-main .product-view .product-collateral .box-reviews #customer-reviews-header {
  margin-top: 20px;
  margin-bottom: 17px;
}
body .main .col-main .product-view .product-collateral .box-reviews #review-form {
  background: #eeefef;
  border-radius: 8px;
  display: block;
}
body .main .col-main .product-view .product-collateral .box-reviews #review-form .box-title {
  background: none;
  padding: 10px 20px 0;
}
body .main .col-main .product-view .product-collateral .box-reviews #review-form .box-title .rating-links {
  margin-bottom: 5px;
}
body .main .col-main .product-view .product-collateral .box-reviews #review-form .box-title .rating-links span {
  font-size: 14px;
  color: #666666;
}
body .main .col-main .product-view .product-collateral .box-reviews #review-form .box-title h2 {
  color: #000000;
  font-size: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 0;
}
body .main .col-main .product-view .product-collateral .box-reviews #review-form .box-content ul.form-list {
  display: inline-block;
  vertical-align: top;
  margin-left: 25px;
}
body .main .col-main .product-view .product-collateral .box-reviews #review-form .box-content ul.form-list:before,
body .main .col-main .product-view .product-collateral .box-reviews #review-form .box-content ul.form-list:after {
  content: " ";
  display: table;
}
body .main .col-main .product-view .product-collateral .box-reviews #review-form .box-content ul.form-list:after {
  clear: both;
}
body .main .col-main .product-view .product-collateral .box-reviews #review-form .box-content ul.form-list:before,
body .main .col-main .product-view .product-collateral .box-reviews #review-form .box-content ul.form-list:after {
  content: " ";
  display: table;
}
body .main .col-main .product-view .product-collateral .box-reviews #review-form .box-content ul.form-list:after {
  clear: both;
}
body .main .col-main .product-view .product-collateral .box-reviews #review-form .box-content ul.form-list.col-first {
  margin-left: 0;
}
body .main .col-main .product-view .product-collateral .box-reviews #review-form .box-content ul.form-list label {
  display: none;
}
body .main .col-main .product-view .product-collateral .box-reviews #review-form .box-content ul.form-list input,
body .main .col-main .product-view .product-collateral .box-reviews #review-form .box-content ul.form-list textarea {
  padding: 11px !important;
  border: 1px solid #cccccc;
  color: #aaa;
  border-radius: 3px;
}
body .main .col-main .product-view .product-collateral .box-reviews #review-form .box-content ul.form-list input {
  width: 222px;
}
body .main .col-main .product-view .product-collateral .box-reviews #review-form .box-content ul.form-list textarea {
  width: 341px !important;
  min-width: 341px;
  height: 108px;
  padding: 13px !important;
}
body .main .col-main .product-view .product-collateral .box-reviews #review-form .box-content ul.form-list.panel-review.col-second li {
  display: block;
  clear: both;
}
body .main .col-main .product-view .product-collateral .box-reviews #review-form .box-content ul.form-list.panel-review > li {
  float: left;
}
body .main .col-main .product-view .product-collateral .box-reviews #review-form .box-content ul.form-list.panel-review .rating-code {
  color: #ef3340;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: normal;
  display: inline-block;
}
body .main .col-main .product-view .product-collateral .box-reviews #review-form .box-content ul.form-list.panel-review .rating-code + ul {
  margin-top: 15px;
  display: inline-block;
  position: relative;
  width: 106px;
  height: 18px;
  overflow: hidden;
}
body .main .col-main .product-view .product-collateral .box-reviews #review-form .box-content ul.form-list .review-summary-table {
  width: 155px;
  margin-top: 20px;
}
body .main .col-main .product-view .product-collateral .box-reviews #review-form .box-content ul.form-list .review-summary-table * {
  border: none !important;
}
body .main .col-main .product-view .product-collateral .box-reviews #review-form .box-content ul.form-list .review-summary-table .value {
  padding: 0;
}
body .main .col-main .product-view .product-collateral .box-reviews #review-form .box-content ul.form-list .review-summary-table .radio {
  padding: 0;
  margin: 0;
  height: 18px;
  min-height: 18px;
}
body .main .col-main .product-view .product-collateral .box-reviews #review-form .box-content ul.form-list .review-summary-table .radio span input {
  width: 100%;
}
body .main .col-main .product-view .product-collateral .box-reviews #review-form .box-content .form-buttons,
body .main .col-main .product-view .product-collateral .box-reviews #review-form .box-content p.required {
  width: auto;
  padding: 0;
}
body .main .col-main .product-view .product-collateral .box-reviews #review-form .box-content .form-buttons button.button {
  margin-left: 28px;
}
body .main .col-main .product-view .product-collateral .box-reviews #review-form .buttons-set button.button span span {
  padding: 0 41px;
}
body .main .col-main #products-home-tabs {
  overflow: hidden;
}
body .main .col-main #products-home-tabs .products-grid {
  /* layout */
  margin-left: -20px;
  margin-right: -20px;
  /* decoration item */
}
body .main .col-main #products-home-tabs .products-grid .item {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  width: 25%;
}
@media (min-width: 1200px) {
  body .main .col-main #products-home-tabs .products-grid .item {
    float: left;
    width: 25%;
  }
}
body .main .col-main #products-home-tabs .products-grid .item .actions {
  bottom: 0;
}
body .main .col-main #products-home-tabs .products-grid .item {
  margin-top: 36px;
}
body .main .col-main .account-create .page-title {
  padding-bottom: 20px;
}
body .main .col-main .account-login .registered-users button span span {
  padding: 0 42px;
}
body .main .col-main .account-login .new-users button span span {
  padding: 0 38px;
}
body .main .col-main .my-account .sub-title {
  background: #eeefef;
  border-radius: 5px 5px 0 0;
  width: auto;
  color: #000000;
  font-size: 16px;
  font-weight: normal;
  padding: 0 20px;
  margin: 0;
  line-height: 100%;
  text-transform: none;
  height: 39px;
  line-height: 39px;
}
body .main .col-main .my-account .welcome-msg p {
  padding: 10px 15px;
}
body .main .col-main .my-account h2.legend,
body .main .col-main .my-account h2.table-caption {
  background: #eeefef;
  border-radius: 5px 5px 0 0;
  width: auto;
  color: #000000;
  font-size: 16px;
  font-weight: normal;
  padding: 0 20px;
  margin: 0;
  line-height: 100%;
  text-transform: none;
  height: 39px;
  line-height: 39px;
  margin-bottom: 20px;
}
body .main .col-main .my-account .form-list label {
  color: #333333;
  font-weight: normal;
  padding: 10px 0 0;
  width: 138px;
  margin-right: 10px;
}
body .main .col-main .my-account .form-list label.required em {
  display: none;
}
body .main .col-main .my-account .form-list label.required:after {
  content: "*";
  color: #ef3340;
}
body .main .col-main .my-account .form-list .control label {
  width: auto;
}
body .main .col-main .my-account .form-list input,
body .main .col-main .my-account .form-list select,
body .main .col-main .my-account .form-list textarea {
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 10px;
  background: none;
  color: #999999;
  font-size: 14px;
}
body .main .col-main .my-account .form-list input.input-text,
body .main .col-main .my-account .form-list select {
  height: 43px;
  min-width: 315px;
}
body .main .col-main .my-account .form-list input[type="radio"],
body .main .col-main .my-account .form-list input[type="checkbox"] {
  margin-top: 10px;
  border: none;
  border-radius: 0;
  padding: 0;
}
body .main .col-main .my-account .form-list select[multiple] {
  height: auto;
}
body .main .col-main .my-account .add-field .input-box {
  margin-left: 0;
}
body .main .col-main .my-account .form-buttons button.button {
  float: right;
}
body .main .col-main .my-account .dashboard .col-1 {
  border-right: 1px solid #cccccc;
}
body .main .col-main .my-account #my_recent_reviews {
  margin-top: 10px;
}
body .main .col-main .my-account .limiter {
  float: right;
}
body .main .col-main .my-account #my-reviews-table td {
  padding-top: 10px;
}
body .main .col-main #contactForm label {
  color: #333333;
  font-weight: normal;
  padding: 10px 0 0;
  width: 138px;
  margin-right: 10px;
}
body .main .col-main #contactForm label.required em {
  display: none;
}
body .main .col-main #contactForm label.required:after {
  content: "*";
  color: #ef3340;
}
body .main .col-main #contactForm .control label {
  width: auto;
}
body .main .col-main #contactForm input,
body .main .col-main #contactForm select,
body .main .col-main #contactForm textarea {
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 10px;
  background: none;
  color: #999999;
  font-size: 14px;
}
body .main .col-main #contactForm input.input-text,
body .main .col-main #contactForm select {
  height: 43px;
  min-width: 315px;
}
body .main .col-main #contactForm input[type="radio"],
body .main .col-main #contactForm input[type="checkbox"] {
  margin-top: 10px;
  border: none;
  border-radius: 0;
  padding: 0;
}
body .main .col-main #contactForm select[multiple] {
  height: auto;
}
body .main .col-main #contactForm textarea#comment {
  width: 315px;
}
body .main .col-main #contactForm p.required {
  text-align: left;
}
body .main .col-main #contactForm .fieldset a {
  color: #ef3340;
}
body .main .area3 {
  /* layout */
  margin-left: -15px;
  margin-right: -15px;
}
body .main .area3 > * {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 50%;
}
@media (min-width: 1200px) {
  body .main .area3 > * {
    float: left;
    width: 50%;
  }
}
body .main .area3 .block {
  /* decoration box */
  height: 182px;
  border-radius: 3px;
  -webkit-box-shadow: 2px 3px 4px 1px #cccccc;
  box-shadow: 2px 3px 4px 1px #cccccc;
  margin: 0 0 38px;
  overflow: hidden;
  /* decoration content box */
  /* general style */
}
body .main .area3 .block strong,
body .main .area3 .block label {
  font-weight: normal;
}
body .main .area3 .block .block-title {
  font-size: 24px;
  padding: 0 20px 0;
  line-height: 55px;
}
body .main .area3 .block .block-content label {
  line-height: 20px;
}
body .main .area3 .block .block-content .actions {
  width: auto;
}
body .main .area3 .block.block-subscribe {
  background: url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg-subscribe.png) repeat-x 0 top #ffffff;
  color: #000;
  /*.block-title { background: #d6d6d6;  height:69px;  }*/
}
body .main .area3 .block.block-subscribe .block-title {
  background: url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bg-title.png) no-repeat 99% 0px;
  height: 69px;
}
body .main .area3 .block.block-subscribe .block-content {
  font-size: 14px;
  padding: 13px 20px;
}
body .main .area3 .block.block-subscribe .block-content label {
  margin-bottom: 19px;
}
body .main .area3 .block.block-subscribe .block-content #newsletter {
  width: 315px;
  height: 39px;
  color: #666;
  font-size: 16px;
  border: 1px solid #ccc;
  border-right: none;
  padding: 0 13px;
  border-radius: 4px 0 0 4px;
}
body .main .area3 .block.block-subscribe .block-content button.button {
  border-top-right-radius: 0px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
body .main .area3 .block.block-need-quote {
  background: url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg-getquote.png) no-repeat right 0 #666666;
  color: #FFF;
  position: relative;
  z-index: 0;
}
body .main .area3 .block.block-need-quote img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
}
body .main .area3 .block.block-need-quote .block-title {
  height: 66px;
  z-index: 1000;
  font-size: 30px;
}
body .main .area3 .block.block-need-quote .block-content {
  font-size: 16px;
  padding: 0 20px 0;
  z-index: 1000;
}
body .main .area3 .block.block-need-quote .block-content label {
  margin-bottom: 15px;
}
body .main .area3 .block.block-need-quote .block-content .actions {
  text-align: right;
}
body.cms-home .footer-container .footer-before-container {
  margin-top: 0  !important;
}
body footer {
  background: #000000;
  height: 408px;
}
body footer .footer-container {
  padding-top: 40px;
  height: 100%;
  position: relative;
}
body footer .footer-container .sep-footer {
  width: 100%;
  height: 1px;
  border-top: 1px solid #3D3D3D;
}
body footer .footer-container .footer-before-container {
  width: auto;
  padding-top: 47px;
  font-size: 13px;
  /* layout */
  margin-left: -15px;
  margin-right: -15px;
}
body footer .footer-container .footer-before-container .widget {
  /*.make-lg-column(2);*/
  float: left;
}
body footer .footer-container .footer-before-container .widget:first-child {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 33.33333333333333%;
  /* end Layout */
}
@media (min-width: 1200px) {
  body footer .footer-container .footer-before-container .widget:first-child {
    float: left;
    width: 33.33333333333333%;
  }
}
body footer .footer-container .footer-before-container .widget:first-child + .widget {
  width: 666px;
}
body footer .footer-container .footer-before-container .widget:first-child + .widget ul {
  float: left;
}
body footer .footer-container .footer-before-container .widget:first-child + .widget ul:first-child {
  margin-left: 14px;
}
body footer .footer-container .footer-before-container .widget:first-child + .widget ul:first-child + ul {
  margin-left: 53px;
  width: 125px;
}
body footer .footer-container .footer-before-container .widget:first-child + .widget ul:first-child + ul + ul {
  margin-left: 40px;
  width: 125px;
}
body footer .footer-container .footer-before-container .widget:first-child + .widget ul:first-child + ul + ul + ul {
  margin-left: 50px;
  width: 115px;
}
body footer .footer-container .footer-before-container .widget:first-child img {
  width: 280px;
  height: 85px;
}
body footer .footer-container .footer-before-container .widget strong {
  color: #ffffff;
  font-size: 16px;
  line-height: 34px;
  white-space: nowrap;
}
body footer .footer-container .footer-before-container .widget li {
  margin: 7px 0;
}
body footer .footer-container .footer-before-container .widget li:first-child {
  margin: 0 0 11px 0;
}
body footer .footer-container address.copyright {
  font-size: 13px;
  font-weight: normal;
  position: absolute;
  bottom: 20px;
  left: 0;
  margin: 0;
}
body footer .footer-container address.copyright,
body footer .footer-container a {
  color: #bcbec0;
}
body footer .footer-container .links {
  display: none;
}
body .area1:before,
body .area2:before,
body .area3:before,
body .area4:before,
body .area1:after,
body .area2:after,
body .area3:after,
body .area4:after {
  content: " ";
  display: table;
}
body .area1:after,
body .area2:after,
body .area3:after,
body .area4:after {
  clear: both;
}
body .area1:before,
body .area2:before,
body .area3:before,
body .area4:before,
body .area1:after,
body .area2:after,
body .area3:after,
body .area4:after {
  content: " ";
  display: table;
}
body .area1:after,
body .area2:after,
body .area3:after,
body .area4:after {
  clear: both;
}
body .form-quote {
  display: inline-block;
  white-space: nowrap;
}
body .form-quote label {
  display: none;
}
body .form-quote .qty-box {
  width: 64px;
  height: 40px;
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 8px;
}
body .form-quote .qty-box input {
  width: 100%;
  height: 100%;
  font-size: 16px;
  padding: 0 12px;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  background: none;
}
body .form-quote .qty-box .qtybutton {
  color: #ababab;
  position: absolute;
  right: 6px;
  top: 20px;
  width: 15px;
  height: 15px;
  display: inline-block;
  border: none;
  background: none;
  font-size: 16px;
  cursor: pointer;
}
body .form-quote .qty-box .qtybutton ~ .qtybutton {
  top: 4px;
}
body .form-quote .qty-box .qtybutton i {
  vertical-align: top;
}
body .ratings * {
  line-height: 1.428571429;
}
body .ratings .rating-links,
body .ratings .amount {
  font-size: 14px;
  color: #000000;
  text-shadow: 0 0;
}
body .ratings .rating-links a,
body .ratings .amount a {
  text-decoration: none;
  padding: 0 10px 0 8px;
  float: left;
}
body .ratings .rating-links .separator,
body .ratings .amount .separator {
  display: none;
}
body .ratings .rating-links li ~ li,
body .ratings .amount li ~ li,
body .ratings .rating-links a ~ a,
body .ratings .amount a ~ a {
  position: relative;
}
body .ratings .rating-links li ~ li:before,
body .ratings .amount li ~ li:before,
body .ratings .rating-links a ~ a:before,
body .ratings .amount a ~ a:before {
  /*position: absolute;left: -2px; bottom: @bottom; */
  vertical-align: middle;
  margin-bottom: 2px;
  display: inline-block;
  width: 2px;
  margin-right: 11px;
  height: 13px;
  background: url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg-sep.png) no-repeat 0 0 transparent;
  content: "";
}
body .rating-box {
  width: 110px;
  height: 18px;
  background-image: url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg-rating.png);
}
body .rating-box .rating {
  height: 18px;
  background-image: url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg-rating.png);
}
body ul.rating-selectable {
  unicode-bidi: bidi-override;
  direction: rtl;
  text-align: right;
}
body ul.rating-selectable > li.value {
  display: inline-block;
  position: relative;
  width: 18px;
  float: none;
  /* stars disabled */
}
body ul.rating-selectable > li.value span {
  background: url("https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg-rating.png") no-repeat 0 0 transparent;
  display: inline-block;
  width: 100%;
}
body ul.rating-selectable > li.value:hover span,
body ul.rating-selectable > li.value:hover ~ li span {
  /* stars disabled */
}
body ul.rating-selectable > li.value:hover span:before,
body ul.rating-selectable > li.value:hover ~ li span:before,
body ul.rating-selectable > li.value span.selected:before,
body ul.rating-selectable > li.value span.checked:before,
body ul.rating-selectable > li.value ~ body ul.rating-selectable > li.value span:before {
  /* stars enabled */
  content: "";
  width: 18px;
  height: 18px;
  background: url("https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/bkg-rating.png") no-repeat 0 100% transparent;
  display: inline-block;
  position: absolute;
  right: 0;
}
body .toolbar {
  padding-right: 0;
}
body .toolbar * {
  color: #666666;
  font-size: 14px;
  font-weight: normal;
}
body .toolbar .pager {
  text-align: left;
  padding: 12px 0 10px;
  border-bottom: 1px solid;
  border-color: #d6d6d6;
  white-space: nowrap;
}
body .toolbar .pager > * {
  display: inline-block;
  vertical-align: top;
  float: left;
}
body .toolbar .pager .pages {
  text-align: right;
  margin: 0;
  min-width: 310px;
}
body .toolbar .pager .pages li.current {
  font-weight: bold;
}
body .toolbar .pager .pages li > a,
body .toolbar .pager .pages li > span {
  border-radius: 0;
  background: transparent;
  text-decoration: none;
  padding: 0 5px;
  border: none;
  padding: 0;
}
body .toolbar .pager .pages img.v-middle {
  margin-top: -4px;
}
body .toolbar .pager .limiter {
  margin-left: 30px;
  float: right;
}
body .toolbar .pager .sorter {
  border: none;
  padding: 0;
  float: right;
  margin-left: 20px;
}
body .toolbar .pager div.limiter > *,
body .toolbar .pager div.sort-by > * {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
body .toolbar .pager select {
  width: 62px;
  min-width: 72px !important;
  padding: 8px 0;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
body .toolbar .pager div.selector {
  position: relative;
  border: 1px solid #DDDDDD;
  height: 25px;
  margin-left: 7px;
  margin-top: -1px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  /* &:after { position:absolute; content:""; width:6px; height:6px; background:url(https://www.beaconlightingcommercial.com.au/skin/frontend/enterprise/commercial/images/icon-triangle-down.png) no-repeat 0 0 transparent; right:11px; top:14px; }*/
}
body .toolbar .pager div.selector select {
  width: 103%;
  margin: 0;
  padding: 0;
  z-index: 2;
  cursor: pointer;
  font-size: 12px;
}
body .toolbar .pager div.selector span {
  margin-left: 8px;
  line-height: 23px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  color: #999999;
}
body .toolbar .pager div.selector i {
  position: absolute;
  content: "";
  right: 10px;
  top: 4px;
  font-size: 16px;
  color: #999999;
  z-index: 1;
}
body .toolbar .pager .sort-by {
  padding: 0;
}
body .toolbar .pager .sort-by select {
  width: 87px;
}
body .toolbar .pager .sort-by a {
  display: none;
}
body .results-view .pager .sort-by select {
  width: 107px;
}
body #advancereviews-filters .toolbar .pager {
  border-top: none;
  padding-bottom: 19px;
}
body #advancereviews-filters .toolbar .pager .limiter {
  float: right;
}
body #advancereviews-filters .toolbar .pager .limiter > span {
  display: none;
}
body #advancereviews-filters #advancereviews-filteredReviews {
  overflow: hidden;
  padding: 15px 20px;
  margin-top: 10px;
}
body #advancereviews-filters #advancereviews-filteredReviews .review-item {
  overflow: hidden;
  margin-top: 20px;
}
body #advancereviews-filters #advancereviews-filteredReviews .review-item:first-child {
  margin-top: 0;
}
body #advancereviews-filters #advancereviews-filteredReviews .review-item [class*="cl-"].cl-left {
  width: 168px;
  float: left;
  border-right: 1px solid #d6d6d6;
}
body #advancereviews-filters #advancereviews-filteredReviews .review-item [class*="cl-"].cl-right {
  padding: 0 20px;
  margin-left: 168px;
}
body #advancereviews-filters #advancereviews-filteredReviews .review-item [class*="cl-"] .ratings {
  margin: 0;
}
body #advancereviews-filters #advancereviews-filteredReviews .review-item [class*="cl-"] a {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  text-transform: capitalize;
}
body #horizontal_carousel {
  float: left;
  height: 101px;
  width: 100%;
  position: relative;
  padding: 0;
  margin-top: 20px;
}
body #horizontal_carousel .container_carousel {
  float: left;
  height: 101px;
  width: 436px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
body #horizontal_carousel ul {
  padding: 0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
}
body #horizontal_carousel ul li {
  width: 109px;
  height: 100px;
  text-align: right;
  list-style: none;
  float: left;
  border: none;
  margin: 0;
  /*&:first-child { width:100px; }*/
}
body #horizontal_carousel ul li img {
  border: 1px solid #cccccc;
}
body #horizontal_carousel .previous_button {
  margin-right: -9px;
}
body #horizontal_carousel .previous_button,
body #horizontal_carousel .next_button {
  float: left;
  height: 101px;
  width: 23px;
  background: #FFF;
  cursor: pointer;
  display: inline;
  padding-top: 25px;
  text-align: center;
  position: relative;
  z-index: 2;
}
body #horizontal_carousel .previous_button i,
body #horizontal_carousel .next_button i {
  font-size: 43px;
  color: #ef3340;
  line-height: 100%;
  margin-right: -13px;
}
body #horizontal_carousel .previous_button i:first-child + i,
body #horizontal_carousel .next_button i:first-child + i {
  margin-right: 0px;
  color: #FFF;
}
body #horizontal_carousel .next_button i {
  margin-right: -18px;
}
body #horizontal_carousel .previous_button_disabled,
body #horizontal_carousel .next_button_disabled {
  background: #FFF;
  cursor: default;
}
body #horizontal_carousel .next_button_over {
  background: none;
}
body #wishlist-view input {
  font-size: 14px;
  padding: 10px;
  font-weight: normal;
  font-style: normal !important;
}
body #wishlist-view .form-button {
  line-height: 28px;
}
body #wishlist-view-form .buttons-set {
  margin-top: 15px;
}
body #wishlist-view-form .buttons-set .div-mwishbottom {
  margin-bottom: 15px;
}
body table#wishlist-table tr input {
  vertical-align: top;
  margin: 0;
}
body table#wishlist-table td {
  padding: 15px 12px;
}
body table#wishlist-table td strong {
  display: block;
  margin-bottom: 10px;
}
body table#wishlist-table td input.qty {
  margin: 10px 10px 5px 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  padding: 0 12px;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  background: none;
  width: 64px;
  height: 40px;
  text-align: center;
  margin-top: 0;
}
body table#wishlist-table td .product-name {
  margin-top: 20px;
}
body #central_head .project-title {
  font-size: 16px;
  color: #000000;
  line-height: 1.428571429;
}
body .cart .cart-collaterals {
  float: right;
}
body .cart .cart-collaterals #shopping-cart-totals-table th,
body .cart .cart-collaterals #shopping-cart-totals-table td,
body .cart .cart-collaterals #shopping-cart-totals-table strong {
  color: #333333;
}
body .cart .cart-collaterals #shopping-cart-totals-table strong {
  margin: 0;
}
body .my-account .page-title {
  margin: 0 0 11px 0;
}
body .my-account .page-title .client-data h1 {
  margin-top: 20px;
}
body #product_sendtofriend_form .buttons-set button.button {
  float: left;
  margin-left: 0;
  margin-right: 15px;
}
@media all and (-ms-high-contrast: none) {
  body .header-bot #search_mini_form .form-search #search {
    line-height: 12px;
    padding-top: 3px;
  }
  body *::-ms-backdrop,
  body .header-bot #search_mini_form .form-search #search {
    line-height: 12px;
    padding-top: 3px;
  }
}
#you-also-need {
  width: 475px;
  padding-top: 0px;
  margin-top: 20px;
}
.related-upsell-products .bx-wrapper {
  width: 475px !important;
  margin: 0 5px !important;
}
body .main .col-main .product-view .product-collateral .box-information .related-upsell-products .bx-viewport li {
  padding-right: 10px  !important;
  padding-left: 10px !important;
  width: 148px;
  padding-top: 0px;
  margin-top: 0px;
}
body .main .col-main .product-view .product-collateral .box-information .related-upsell-products .bx-viewport {
  width: 475px;
  height: 295px !important;
}
body .main .col-main .product-view .product-collateral .box-information .related-upsell-products .box-collateral ul.block-content {
  margin-left: -2px;
}
.related-upsell-products .bx-viewport ul li {
  height: 255px !important;
}
.newsletter-wrapper .buttons-set .button.enewsletter-submit {
  margin-left: 374px !important;
  width: 132px !important;
  float: left !important;
}
body .category-products .toolbar .pager .pages {
  text-align: right;
  margin: 0 10px;
  min-width: 200px;
  float: right;
}
.advancedreviews-reviews-form .box-title .no-rating {
  height: 0px;
  padding: 0px;
}
#form-newsletter-balance-validate .enewsletter_cms_content p {
  text-align: justify;
}
#watch_video_fancy {
  position: relative;
  z-index: 100;
  margin-top: -36px;
  top: 0;
}
#shopping-cart-table tr td a.pad {
  display: none;
}
.product-view .product-img-box .product-image {
  border: 1px solid #d6d6d6 !important;
}
body .main .col-main .product-view .product-collateral .box-reviews {
  float: left;
  width: 100%;
}
body .main .col-main #products-home-tabs .products-grid .item {
  float: left;
  width: 25%;
}
.popular-categories-bigger .category-name a {
  color: #fff;
}
body .main .area3 .block.block-need-quote .block-title {
  font-size: 24px;
}
.enewsletter_success_msg {
  margin-top: 18px !important;
}
.social-media {
  margin-top: 22px; 
  border-top: 1px solid #ccc; 
  padding: 10px 0px 0px 0px;
}
.social-media span {padding-right: 5px; color:#666666; font-size: 14px;float: left; font-weight: bold;}
#payment_form_zipmoneypayment #zipmoney-learn-more{
  display: inline !important;
}

.zipmoneypayment-overlay{
  color: #fff;
  width: 100%;
  padding-top:20px;
  height: 1213px;
  position:absolute;
  left: 0px;
  top: 0px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  background:rgba(0, 0, 0, 0.74902);
  z-index: 10000;
}
