@charset "UTF-8";@keyframes drift-fadeZoomIn{0%{transform:scale(1.5);opacity:0}to{transform:scale(1);opacity:1}}@keyframes drift-fadeZoomOut{0%{transform:scale(1);opacity:1}15%{transform:scale(1.1);opacity:1}to{transform:scale(.5);opacity:0}}@keyframes drift-loader-rotate{0%{transform:translate(-50%,-50%) rotate(0)}50%{transform:translate(-50%,-50%) rotate(-180deg)}to{transform:translate(-50%,-50%) rotate(-360deg)}}@keyframes drift-loader-before{0%,50%,to{transform:scale(1)}10%,40%{transform:scale(1.2) translateX(6px)}25%{transform:scale(1.3) translateX(8px)}60%,90%{transform:scale(.8) translateX(6px)}75%{transform:scale(.7) translateX(8px)}}@keyframes drift-loader-after{0%,50%,to{transform:scale(1)}10%,40%{transform:scale(1.2) translateX(-6px)}25%{transform:scale(1.3) translateX(-8px)}60%,90%{transform:scale(.8) translateX(-6px)}75%{transform:scale(.7) translateX(-8px)}}@keyframes lum-fade{0%{opacity:0}to{opacity:1}}@keyframes lum-fadeZoom{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}@keyframes lum-loader-rotate{0%{transform:translate(-50%,-50%) rotate(0)}50%{transform:translate(-50%,-50%) rotate(-180deg)}to{transform:translate(-50%,-50%) rotate(-360deg)}}@keyframes lum-loader-before{0%,50%,to{transform:scale(1)}10%,40%{transform:scale(1.2) translateX(6px)}25%{transform:scale(1.3) translateX(8px)}60%,90%{transform:scale(.8) translateX(6px)}75%{transform:scale(.7) translateX(8px)}}@keyframes lum-loader-after{0%,50%,to{transform:scale(1)}10%,40%{transform:scale(1.2) translateX(-6px)}25%{transform:scale(1.3) translateX(-8px)}60%,90%{transform:scale(.8) translateX(-6px)}75%{transform:scale(.7) translateX(-8px)}}.drift-zoom-pane{background:rgba(0,0,0,.5);transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0)}.drift-zoom-pane.drift-opening{animation:drift-fadeZoomIn 180ms ease-out;-webkit-animation:drift-fadeZoomIn 180ms ease-out}.drift-zoom-pane.drift-closing{animation:drift-fadeZoomOut 210ms ease-in;-webkit-animation:drift-fadeZoomOut 210ms ease-in}.drift-zoom-pane.drift-inline{position:absolute;width:150px;height:150px;border-radius:75px;box-shadow:0 6px 18px rgba(0,0,0,.3)}.drift-loading .drift-zoom-pane-loader{display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);width:66px;height:20px;animation:drift-loader-rotate 1800ms infinite linear;-webkit-animation:drift-loader-rotate 1800ms infinite linear}.drift-zoom-pane-loader:after,.drift-zoom-pane-loader:before{content:"";display:block;width:20px;height:20px;position:absolute;top:50%;margin-top:-10px;border-radius:20px;background:rgba(255,255,255,.9)}.drift-zoom-pane-loader:before{left:0;animation:drift-loader-before 1800ms infinite linear;-webkit-animation:drift-loader-before 1800ms infinite linear}.drift-zoom-pane-loader:after{right:0;animation:drift-loader-after 1800ms infinite linear;-webkit-animation:drift-loader-after 1800ms infinite linear;animation-delay:-900ms;-webkit-animation-delay:-900ms}.drift-bounding-box{background-color:rgba(0,0,0,.4)}.lum-lightbox{background:rgba(0,0,0,.6)}.lum-lightbox-inner{top:2.5%;right:2.5%;bottom:2.5%;left:2.5%}.lum-lightbox-inner img{position:relative}.lum-lightbox-inner .lum-lightbox-caption{margin:0 auto;color:#fff;max-width:700px;text-align:center}.lum-loading .lum-img{opacity:0}.lum-loading .lum-lightbox-loader{display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:66px;height:20px;animation:lum-loader-rotate 1800ms infinite linear}.lum-lightbox-loader:after,.lum-lightbox-loader:before{content:"";display:block;width:20px;height:20px;position:absolute;top:50%;margin-top:-10px;border-radius:20px;background:rgba(255,255,255,.9)}.lum-lightbox-loader:before{left:0;animation:lum-loader-before 1800ms infinite linear}.lum-lightbox-loader:after{right:0;animation:lum-loader-after 1800ms infinite linear;animation-delay:-900ms}.lum-lightbox.lum-opening{animation:lum-fade 180ms ease-out}.lum-lightbox.lum-opening .lum-lightbox-inner{animation:lum-fadeZoom 180ms ease-out}.lum-lightbox.lum-closing{animation:lum-fade 300ms ease-in;animation-direction:reverse}.lum-lightbox.lum-closing .lum-lightbox-inner{animation:lum-fadeZoom 300ms ease-in;animation-direction:reverse}.lum-img{transition:opacity 120ms ease-out}.lum-gallery-button{overflow:hidden;text-indent:150%;white-space:nowrap;background:0 0;border:0;margin:0;padding:0;outline:0;position:absolute;top:50%;transform:translateY(-50%);height:100px;max-height:100%;width:60px;cursor:pointer}.lum-gallery-button:after{content:"";display:block;position:absolute;top:50%;width:36px;height:36px;border-top:4px solid rgba(255,255,255,.8)}.lum-close-button{position:absolute;right:5px;top:5px;width:32px;height:32px;opacity:.3}.lum-close-button:hover{opacity:1}.lum-close-button:after,.lum-close-button:before{position:absolute;left:15px;content:" ";height:33px;width:2px;background-color:#fff}.lum-close-button:before{transform:rotate(45deg)}.lum-close-button:after{transform:rotate(-45deg)}.lum-previous-button{left:12px}.lum-previous-button:after{transform:translateY(-50%) rotate(-45deg);border-left:4px solid rgba(255,255,255,.8);box-shadow:-2px 0 rgba(0,0,0,.2);left:12%;border-radius:3px 0 0 0}.lum-next-button{right:12px}.lum-next-button:after{transform:translateY(-50%) rotate(45deg);border-right:4px solid rgba(255,255,255,.8);box-shadow:2px 0 rgba(0,0,0,.2);right:12%;border-radius:0 3px 0 0}@media(max-width:460px){.lum-lightbox-image-wrapper{display:flex;overflow:auto;-webkit-overflow-scrolling:touch}.lum-lightbox-caption{width:100%;position:absolute;bottom:0}.lum-lightbox-position-helper{margin:auto}.lum-lightbox-inner img{max-width:none;max-height:none}}*{box-sizing:border-box}body,html{margin:0;height:100%;width:100%}.footer .links ul{padding:0;list-style:none;margin:5px 0 0}#quick_menu,.catalog-listing.listing-type-grid .grid-row,.dropdown ul,.form-list,.form-list ul,.pager .pages ol,ul.messages{margin:0;padding:0;list-style:none}#main_menu,.sp-methods ul{margin:0;list-style:none}#category_grid,#user_menu,.block-blog-categories ul,.block-blog-popular-posts ul,.block-blog-recent-posts ul,.block-blog-tags ul,.block-vertical-nav ul{margin:0;padding:0;list-style:none}.block-product-list ol,.block-product-list ul{margin:0;list-style:none}.block-compare-products #compare-items,.block-layered-nav ol,.block-reorder #cart-sidebar-reorder,.checkout-cart-index .checkout-types,.checkout-onepage-index .opc{margin:0;padding:0;list-style:none}.checkout-multishipping-addresses .checkout-progress,.checkout-multishipping-billing .checkout-progress,.checkout-multishipping-overview .checkout-progress,.checkout-multishipping-shipping .checkout-progress{padding:0;list-style:none}#header .header-bottom>*{margin-bottom:10px}#header .header-nav{display:table;width:100%;padding:15px 0}#header .header-nav .logo-container,#header .header-nav .menu-container,#header .header-nav .search-container{display:table-cell;vertical-align:middle}@media(max-width:0px){#header .header-nav{margin-top:20px}#header .header-nav,#header .header-nav .logo-container,#header .header-nav .menu-container,#header .header-nav .search-container{text-align:center;display:block}}#header .header-nav .logo-container{padding-right:20px}#header .header-nav .search-container{text-align:right}#header .header-nav .logo-container img{height:100px;margin-top:-20px}#header .header-nav-container{width:100%}@media(min-width:1200px){#header .header-nav-container.sticky{top:0;left:0;z-index:9999;position:fixed;background-color:#1b1b1a}#header .header-nav-container.sticky .header-nav{padding:0 10px;background-color:#1f1f1f}#header .header-nav-container.sticky .logo-container img{height:40px;margin-top:0}}#gst-banner{display:block;margin-top:10px;font-weight:700;color:#ffdb06;text-align:center;padding:5px;background-color:#1f1f1f}.footer{padding:1px 20px 20px;margin-top:10px;background-color:#1b1b1a}.footer .inner{display:table}@media(max-width:0px){.footer .inner{display:block;text-align:center}}.footer .left,.footer .right{display:table-cell;vertical-align:bottom}@media(max-width:0px){.footer .left,.footer .right{display:block;margin-bottom:10px}}.footer .left{width:100%}.footer .links{color:#6b6b6b;font-size:14px;margin-top:10px}.footer .links li{display:inline}.footer .links li::after{content:' | '}.footer .links li:last-child::after{content:''}.footer .links a{text-decoration:none;color:#989898}.footer .links a:hover{text-decoration:underline}.footer .info{margin-top:10px;color:#6b6b6b;font-size:13px}.main-content{border:1px solid #2f2f33;background-color:#fff;padding:20px}.main-content h1,.main-content h2,.main-content h3,label{font-weight:600}.main-content .page-head,.main-content .page-title{margin:-20px -20px 20px}.main-content .category-head,.main-content .page-head,.main-content .page-title{padding:10px;background-image:linear-gradient(0deg,#2f2f33,#42424c)}.main-content .category-head.title-buttons,.main-content .page-head.title-buttons,.main-content .page-title.title-buttons{overflow:hidden;text-align:right}.main-content .category-head.title-buttons h1,.main-content .category-head.title-buttons h2,.main-content .category-head.title-buttons h3,.main-content .category-head.title-buttons h4,.main-content .page-head.title-buttons h1,.main-content .page-head.title-buttons h2,.main-content .page-head.title-buttons h3,.main-content .page-head.title-buttons h4,.main-content .page-title.title-buttons h1,.main-content .page-title.title-buttons h2,.main-content .page-title.title-buttons h3,.main-content .page-title.title-buttons h4{float:left}.main-content .category-head h1,.main-content .category-head h2,.main-content .category-head h3,.main-content .category-head h4,.main-content .page-head h1,.main-content .page-head h2,.main-content .page-head h3,.main-content .page-head h4,.main-content .page-title h1,.main-content .page-title h2,.main-content .page-title h3,.main-content .page-title h4{margin:0;font-size:16px;font-weight:700;text-transform:uppercase;color:#ffdb06}.main-content .note-msg{padding:20px}.catalog-listing.listing-type-list .listing-item{width:100%;display:table;border-top:1px solid #dbdbdb}.catalog-listing.listing-type-list .listing-item:first-child{border-top:none}.catalog-listing.listing-type-list .product-about,.catalog-listing.listing-type-list .product-image,.catalog-listing.listing-type-list .product-store{padding:15px;display:table-cell}.catalog-listing.listing-type-list .product-about,.catalog-listing.listing-type-list .product-store{vertical-align:top}.catalog-listing.listing-type-list .product-store{width:160px;background-color:#f2f2f2;border-left:1px solid #dbdbdb}.catalog-listing.listing-type-list .product-store .badges{height:18px}.catalog-listing.listing-type-list .product-store .action{display:block;margin-top:4px}.catalog-listing.listing-type-list .product-store .action:first-child{margin-top:0}#featured_banner .slide img,.catalog-listing.listing-type-list .product-store .action .btn,.catalog-listing.listing-type-list .product-store .action .button{width:100%}.catalog-listing.listing-type-grid .grid-row{width:100%;display:table;table-layout:fixed;text-align:center}.catalog-listing.listing-type-grid .listing-item{padding:10px 20px;display:table-cell}.catalog-listing.listing-type-grid .product-image{display:inline-block}.catalog-listing.listing-type-grid .product-store .actions{margin-top:10px}.catalog-listing.listing-type-grid .product-store .action{display:inline-block;margin:2.5px}.catalog-listing .product-image{width:135px;vertical-align:middle}.catalog-listing .product-name a,.dropdown a{color:inherit;text-decoration:none}.catalog-listing .product-name a:hover{color:#d2691e}.catalog-listing .product-name h3{margin-top:0;margin-bottom:10px;font-size:14px;font-weight:700}.catalog-listing .product-about .description{font-size:12px}.catalog-listing .product-about .description p{margin:5px 0}.catalog-listing .product-store .actions{font-size:0}.cms-content>.page-title{margin:0 -20px}.phone-callout{padding:8px}.phone-callout .callout{display:block;font-size:11px;color:#fff;text-transform:uppercase}.phone-callout .phone{font-size:44px;line-height:38px;color:#ffdb06;font-weight:700;text-decoration:none}#category-cms-block-reveal{display:block;padding:10px;text-align:center;background-color:#f2f2f2;border-bottom:1px solid #dbdbdb}#category-cms-block{padding:20px;background-color:#fff}.category-description{padding:0 20px}input,select,textarea{padding:6px;outline:0;border-radius:3px;color:#1f1f1f;background-color:#fff;border:1px solid #ccc}input:focus,select:focus,textarea:focus{border-color:#989898;box-shadow:0 0 3px 0 #0003;background-color:#fff}.data-table td,.data-table th,button{padding:5px 10px}.btn:hover,.button:hover,button:hover{cursor:pointer}.buttons-set{margin-top:5px}fieldset{border:1px dotted #ccc;margin:0}.form-list li{padding:2px 0}.btn{background-color:#989898;border:1px solid #848484;box-shadow:inset 0 1px 0 0 #a5a5a5}.btn,.button{display:inline-block;border-radius:2px;text-align:center;text-transform:uppercase;color:#fff;text-decoration:none;font-size:10px;padding:7.5px 15px}.btn:hover{background-color:#a5a5a5;box-shadow:0 1px 2px -1px #a5a5a5}.btn-primary.button,.btn.btn-primary{background-color:#63b76c;border:1px solid #4ca556;box-shadow:inset 0 1px 0 0 #74bf7c}.btn-primary.button:hover,.btn.btn-primary:hover{background-color:#74bf7c;box-shadow:0 1px 2px -1px #74bf7c}.btn.btn-secondary,.button{background-color:#456cac;border:1px solid #395a8f;box-shadow:inset 0 1px 0 0 #5179b9}.btn.btn-secondary:hover,.button:hover{background-color:#5179b9;box-shadow:0 1px 2px -1px #5179b9}.btn-danger.button,.btn.btn-danger{background-color:#cd5c5c;border:1px solid #c33d3d;box-shadow:inset 0 1px 0 0 #d37070}.btn-danger.button:hover,.btn.btn-danger:hover{background-color:#d37070;box-shadow:0 1px 2px -1px #d37070}.btn-small.button,.btn.btn-small,.main-content .category-head button.btn,.main-content .category-head button.button,.main-content .page-head button.btn,.main-content .page-head button.button,.main-content .page-title button.btn,.main-content .page-title button.button{padding:4px 8px}.btn-large.button,.btn.btn-large,.checkout-cart-index .btn.btn-proceed-checkout,.checkout-cart-index .button.btn-proceed-checkout{padding:10px 20px}.dropdown{text-align:left;z-index:9999;position:absolute;border-top-right-radius:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;overflow:hidden;background:#2f2f33;min-width:200px;padding:10px;box-shadow:0 3px 3px 0 rgba(0,0,0,.7)}.dropdown ul{padding-left:10px}.dropdown li,.opc-block-progress dt.complete{color:#ccc}.dropdown li.selected,.dropdown li:hover{cursor:pointer;text-decoration:underline;color:#ffdb06}.dropdown .title{color:#6b6b6b;text-transform:uppercase;font-size:12px;margin-top:8px;margin-bottom:8px;border-bottom:1px dotted #6b6b6b}.posts-list-container .post-list-item{padding:15px;background-color:#f2f2f2;margin-bottom:10px}.posts-list-container .post-list-item h3{margin-top:0}.posts-list-container .post-list-item .post-image{float:left;margin-right:15px}.posts-list-container .post-info{font-size:12px;margin-top:10px}.post-view .post-sharing-button{margin:14px 0}.post-view .post-image{float:right;margin:10px}.window-overlay{position:fixed;z-index:9999;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.7)}.toolbar{background-color:#f2f2f2;border-top:1px solid #dbdbdb;border-bottom:1px solid #dbdbdb;padding:5px 20px}.toolbar .sorter{margin-top:5px}.data-table{border-spacing:0;width:100%;border:1px solid #ccc}.data-table tbody td{border-bottom:1px solid #dbdbdb}.data-table thead th{font-weight:600;background-color:#dbdbdb;border-bottom:1px solid #ccc}.data-table tfoot td{background-color:#dbdbdb;border-top:1px solid #ccc}.data-table tbody tr:last-child td{border-bottom:none}.data-table .even,ul.messages>li{background-color:#f2f2f2}.data-table .label{text-align:right;font-weight:500;border-bottom:none}.data-table .data{border-left:1px solid #dbdbdb;font-weight:600}.data-table .product-name{font-size:14px}.box-collateral .head{padding:10px 20px;text-align:center;background-color:#f2f2f2;border-top:1px solid #dbdbdb;border-bottom:2px solid #dbdbdb}.box-collateral .head h1,.box-collateral .head h2,.box-collateral .head h3,.box-collateral .head h4{margin:0}.box-collateral .content,.catalog-product-compare-index>div{padding:20px}.price-box{line-height:16px}.price-box .price{font-size:16px;font-weight:700}.global-site-notice p,.price-box .old-price,.price-box .special-price,.sp-methods dd{margin:0}#search_mini_form legend,.checkout-onepage-index .opc .step-title a,.price-box .old-price .price-label,.price-box .special-price .price-label{display:none}.price-box .old-price .price{font-size:12px;text-decoration:line-through}.price-box::after{display:inline-block;font-size:10px;content:'(inc GST)'}.availability-box,ul.messages{font-weight:600}.availability-box .in-stock{display:none;color:green}.availability-box .discontinued,.availability-box .out-of-stock{color:red}.page-popup{background-color:#fff;background-image:none}#my-orders-table{margin-top:10px 0}ul.messages>li{padding:10px;margin-bottom:10px;border:1px solid #dedede}ul.messages>li.success-msg{color:#fff;background-color:#63b76c;border:1px solid #4ca556}ul.messages>li.error-msg{color:#fff;background-color:#cd5c5c;border:1px solid #c33d3d}ul.messages>li ul{list-style:disc;padding-left:20px}.sp-methods{padding:10px;border:1px dotted #dbdbdb;background-color:#fff}.sp-methods dt{font-weight:700}.sp-methods ul{padding:5px 10px}.sp-methods fieldset{margin:10px}.global-site-notice{background-color:#cd5c5c;padding:10px 20px}.pager{clear:both}.pager .amount{margin:0}.pager .amount,.pager .limiter,.pager .pages li,.pager .pages ol{display:inline-block}.pager .limiter{text-align:right;float:right}.block-compare-products .block-content>p,.pager select,.sorter select{padding:0}.pager .pages{text-align:center;margin-top:5px}.pager .pages li{background-color:#dbdbdb;text-align:center;width:25px;height:25px;line-height:25px;vertical-align:middle}.pager .pages li.current{background-color:#fff;font-weight:700;border:1px solid #dbdbdb}.pager .pages li a{display:block;height:100%;text-decoration:none}.image-detail-box,.sorter{display:table;width:100%}#quick_menu .link,.sorter .sort-by,.sorter .view-mode{display:table-cell}.sorter .sort-by{text-align:right}.catalog-product-view .main-content .more-views h4,.opc-block-progress dl,.sorter .view-mode{margin:0}.image-detail-box{font-size:0;margin:20px auto}.image-detail-box .details,.image-detail-box .image-container{display:table-cell;vertical-align:top}.image-detail-box .title{color:#fff;min-height:30px;line-height:30px;font-weight:700;background:#1b1b1a;font-size:11px;padding:0 10px}.image-detail-box .details{width:100%;position:relative;background:#f2f2f2}.image-detail-box .body{padding:10px;min-height:101px;color:#353032;font-size:12px}.image-gallery-box{font-size:0;text-align:center}.image-gallery-box .image-gallery{display:inline-block;border:5px solid #f2f2f2;margin:2px}.image-gallery-box img{width:150px}#recaptcha{margin-top:10px}#quick_menu{width:100%;display:table;table-layout:fixed;border:1px solid #2f2f33}@media(max-width:0px){#quick_menu{display:none}}#quick_menu .link{height:105px;border-left:1px solid #2f2f33;background-color:#1b1b1a;text-align:center;text-transform:uppercase}#quick_menu .link::before{color:#1b1b1a;display:block;background-image:linear-gradient(0deg,#989898,#f2f2f2);background-color:#989898;height:20px;content:"︾";font-weight:700;font-size:20px;padding-top:5px;margin-bottom:10px}#quick_menu .catalog-category-view #main_menu li.link.products .title,#quick_menu .catalog-product-view #main_menu li.link.products .title,#quick_menu .cms-home #main_menu li.link.home .title,#quick_menu .link.active .title,#quick_menu .link:hover .title,.catalog-category-view #main_menu #quick_menu li.link.products .title,.catalog-product-view #main_menu #quick_menu li.link.products .title,.cms-home #main_menu #quick_menu li.link.home .title{color:#f2f2f2}#quick_menu .catalog-category-view #main_menu li.link.products .description,#quick_menu .catalog-product-view #main_menu li.link.products .description,#quick_menu .cms-home #main_menu li.link.home .description,#quick_menu .link.active .description,#quick_menu .link:hover .description,.catalog-category-view #main_menu #quick_menu li.link.products .description,.catalog-product-view #main_menu #quick_menu li.link.products .description,.cms-home #main_menu #quick_menu li.link.home .description{color:#ffdb06}#quick_menu .catalog-category-view #main_menu li.link.products::before,#quick_menu .catalog-product-view #main_menu li.link.products::before,#quick_menu .cms-home #main_menu li.link.home::before,#quick_menu .link.active::before,#quick_menu .link:hover::before,.catalog-category-view #main_menu #quick_menu li.link.products::before,.catalog-product-view #main_menu #quick_menu li.link.products::before,.cms-home #main_menu #quick_menu li.link.home::before{color:#f2f2f2;background-image:linear-gradient(0deg,#927726,#ffdb06);background-color:#927726}#quick_menu .link.products .description::before{content:'';background-image:url(https://www.solaronline.com.au/skin/frontend/default/soa-v3/images/cart-icon.png)}#quick_menu .link:first-child{border-left:0;padding-left:0}#quick_menu .link:last-child{padding-right:0}#main_menu>li>a,#quick_menu .link a,#user_menu a{display:block;text-decoration:none}#main_menu>li.show .dropdown,#quick_menu .description,#quick_menu .title{display:block}#quick_menu .description{padding:5px 10px;color:#989898;font-size:12px;line-height:14px}#quick_menu .description::before{vertical-align:middle;display:inline-block;background-size:contain;width:32px;height:32px}#quick_menu .title{color:#ccc;font-weight:700;font-size:15px}#main_menu,.block-layered-nav .currently ol{padding:10px;background-color:#1f1f1f}#main_menu>li{position:relative;display:inline-block}@media(max-width:0px){#main_menu>li{display:block}}#main_menu>li:hover>a{background:#2f2f33}@media(min-width:0px){#main_menu>li:hover>.dropdown{display:block}}#main_menu>li>a,#user_menu a{padding:10px}#main_menu>li>a{text-shadow:0 1px 0 #1f1f1f;font-weight:700;border-radius:3px;text-transform:uppercase;letter-spacing:1px;transition:background-color 100ms,color 200ms;color:#ccc;font-size:14px}@media(max-width:1200px){#main_menu>li>a{font-size:11px}}#main_menu li.active>a,#main_menu li:hover>a,.block-blog-categories ul .catalog-category-view #main_menu li.products>a::before,.block-blog-categories ul .catalog-category-view #main_menu li.products>strong::before,.block-blog-categories ul .catalog-product-view #main_menu li.products>a::before,.block-blog-categories ul .catalog-product-view #main_menu li.products>strong::before,.block-blog-categories ul .cms-home #main_menu li.home>a::before,.block-blog-categories ul .cms-home #main_menu li.home>strong::before,.block-blog-categories ul li.active>a::before,.block-blog-categories ul li.active>strong::before,.block-blog-categories ul li:hover>a::before,.block-blog-categories ul li:hover>strong::before,.block-blog-popular-posts ul .catalog-category-view #main_menu li.products>a::before,.block-blog-popular-posts ul .catalog-category-view #main_menu li.products>strong::before,.block-blog-popular-posts ul .catalog-product-view #main_menu li.products>a::before,.block-blog-popular-posts ul .catalog-product-view #main_menu li.products>strong::before,.block-blog-popular-posts ul .cms-home #main_menu li.home>a::before,.block-blog-popular-posts ul .cms-home #main_menu li.home>strong::before,.block-blog-popular-posts ul li.active>a::before,.block-blog-popular-posts ul li.active>strong::before,.block-blog-popular-posts ul li:hover>a::before,.block-blog-popular-posts ul li:hover>strong::before,.block-blog-recent-posts ul .catalog-category-view #main_menu li.products>a::before,.block-blog-recent-posts ul .catalog-category-view #main_menu li.products>strong::before,.block-blog-recent-posts ul .catalog-product-view #main_menu li.products>a::before,.block-blog-recent-posts ul .catalog-product-view #main_menu li.products>strong::before,.block-blog-recent-posts ul .cms-home #main_menu li.home>a::before,.block-blog-recent-posts ul .cms-home #main_menu li.home>strong::before,.block-blog-recent-posts ul li.active>a::before,.block-blog-recent-posts ul li.active>strong::before,.block-blog-recent-posts ul li:hover>a::before,.block-blog-recent-posts ul li:hover>strong::before,.block-blog-tags ul .catalog-category-view #main_menu li.products>a::before,.block-blog-tags ul .catalog-category-view #main_menu li.products>strong::before,.block-blog-tags ul .catalog-product-view #main_menu li.products>a::before,.block-blog-tags ul .catalog-product-view #main_menu li.products>strong::before,.block-blog-tags ul .cms-home #main_menu li.home>a::before,.block-blog-tags ul .cms-home #main_menu li.home>strong::before,.block-blog-tags ul li.active>a::before,.block-blog-tags ul li.active>strong::before,.block-blog-tags ul li:hover>a::before,.block-blog-tags ul li:hover>strong::before,.block-vertical-nav ul .catalog-category-view #main_menu li.products>a::before,.block-vertical-nav ul .catalog-category-view #main_menu li.products>strong::before,.block-vertical-nav ul .catalog-product-view #main_menu li.products>a::before,.block-vertical-nav ul .catalog-product-view #main_menu li.products>strong::before,.block-vertical-nav ul .cms-home #main_menu li.home>a::before,.block-vertical-nav ul .cms-home #main_menu li.home>strong::before,.block-vertical-nav ul li.active>a::before,.block-vertical-nav ul li.active>strong::before,.block-vertical-nav ul li:hover>a::before,.block-vertical-nav ul li:hover>strong::before,.catalog-category-view #main_menu .block-blog-categories ul li.products>a::before,.catalog-category-view #main_menu .block-blog-categories ul li.products>strong::before,.catalog-category-view #main_menu .block-blog-popular-posts ul li.products>a::before,.catalog-category-view #main_menu .block-blog-popular-posts ul li.products>strong::before,.catalog-category-view #main_menu .block-blog-recent-posts ul li.products>a::before,.catalog-category-view #main_menu .block-blog-recent-posts ul li.products>strong::before,.catalog-category-view #main_menu .block-blog-tags ul li.products>a::before,.catalog-category-view #main_menu .block-blog-tags ul li.products>strong::before,.catalog-category-view #main_menu .block-vertical-nav ul li.products>a::before,.catalog-category-view #main_menu .block-vertical-nav ul li.products>strong::before,.catalog-category-view #main_menu li.products>a,.catalog-product-view #main_menu .block-blog-categories ul li.products>a::before,.catalog-product-view #main_menu .block-blog-categories ul li.products>strong::before,.catalog-product-view #main_menu .block-blog-popular-posts ul li.products>a::before,.catalog-product-view #main_menu .block-blog-popular-posts ul li.products>strong::before,.catalog-product-view #main_menu .block-blog-recent-posts ul li.products>a::before,.catalog-product-view #main_menu .block-blog-recent-posts ul li.products>strong::before,.catalog-product-view #main_menu .block-blog-tags ul li.products>a::before,.catalog-product-view #main_menu .block-blog-tags ul li.products>strong::before,.catalog-product-view #main_menu .block-vertical-nav ul li.products>a::before,.catalog-product-view #main_menu .block-vertical-nav ul li.products>strong::before,.catalog-product-view #main_menu li.products>a,.cms-home #main_menu .block-blog-categories ul li.home>a::before,.cms-home #main_menu .block-blog-categories ul li.home>strong::before,.cms-home #main_menu .block-blog-popular-posts ul li.home>a::before,.cms-home #main_menu .block-blog-popular-posts ul li.home>strong::before,.cms-home #main_menu .block-blog-recent-posts ul li.home>a::before,.cms-home #main_menu .block-blog-recent-posts ul li.home>strong::before,.cms-home #main_menu .block-blog-tags ul li.home>a::before,.cms-home #main_menu .block-blog-tags ul li.home>strong::before,.cms-home #main_menu .block-vertical-nav ul li.home>a::before,.cms-home #main_menu .block-vertical-nav ul li.home>strong::before,.cms-home #main_menu li.home>a{color:#ffdb06}#main_menu li.active,.catalog-category-view #main_menu li.products,.catalog-product-view #main_menu li.products,.checkout-onepage-index .opc .section.allow .step-title,.cms-home #main_menu li.home{background-color:#2f2f33}#main_menu .dropdown{top:30px;left:0;display:none}@media(max-width:0px){#main_menu .dropdown{position:static}}#user_menu{font-size:0;text-align:right;display:block}#user_menu li{display:inline-block}#user_menu a{color:#f2f2f2;font-size:13px;background-repeat:no-repeat;background-position:5px center;background-color:#1f1f1f}#user_menu a span,#user_menu a::before{vertical-align:middle}#user_menu a:hover{background-color:#927726}#user_menu a::before{content:'';display:inline-block;margin-right:5px;height:20px;width:20px;background-image:url(https://www.solaronline.com.au/skin/frontend/default/soa-v3/images/user-menu-icons.png)}#user_menu a.top-link-account::before{background-position:0 0}#user_menu a.top-link-login::before{background-position:-20px 0}#user_menu a.top-link-logout::before{background-position:-40px 0}#user_menu a.top-link-cart::before{background-position:-60px 0}@media(max-width:0px){#user_menu{display:table;width:100%;text-align:center}#user_menu li{display:table-cell}}@media(min-width:0px){#user_menu li:first-child a{border-bottom-left-radius:5px}#user_menu li:last-child a{border-bottom-right-radius:5px}}#featured_banner{width:100%;font-size:0;text-align:center;position:relative}@media(max-width:0px){#featured_banner{display:none}}#featured_banner .slide{position:absolute}#featured_banner .overlay,#featured_banner .slide{top:0;left:0;bottom:0;right:0}#featured_banner .slide{opacity:0;transition:opacity 300ms}#featured_banner .slide.show{position:relative;opacity:1}#featured_banner .overlay{z-index:99;position:absolute}#featured_banner .callout-container{position:absolute;top:50%;right:0;margin-top:-36px;background-color:rgba(0,0,0,.7)}#search_mini_form{text-align:right;white-space:nowrap;background-color:#1f1f1f;padding:10px}#search_mini_form fieldset{border:0;padding:0}#search_mini_form input{background-color:#ccc}#search_mini_form input:focus{background-color:#fff}#search_mini_form button,#search_mini_form input{padding:11px;font-size:14px;border-radius:3px;border:0}@media(max-width:0px){#search_mini_form{text-align:center}#search_mini_form input{width:100%;border-radius:0}}#category_grid{text-align:center;font-size:0}#category_grid .category{margin:5px;background-color:#fff;vertical-align:top;text-align:center;width:200px;height:175px;display:inline-block;border:1px solid #dbdbdb}#category_grid .category h3{margin:0;font-weight:600;font-size:13px;text-transform:uppercase;padding:10px;border-top:1px solid #dbdbdb;background-color:#f2f2f2}#category_grid .category a{display:block;color:#1f1f1f;text-decoration:none}#category_grid .category:hover{opacity:.8}.block{margin-bottom:10px;border:1px solid #2f2f33}.block .block-title{display:block;padding-top:7px;padding-left:7px;padding-bottom:7px;background-image:linear-gradient(0deg,#2f2f33,#42424c);font-size:11px;color:#ffdb06}.block .block-title h1,.block .block-title h2,.block .block-title h3,.block .block-title h4,.block .block-title strong{margin:0;font-weight:700;font-size:inherit;text-transform:uppercase}.block .block-content{color:#ccc;font-size:13px;background-color:#1b1b1a}.block .block-subtitle{padding:5px;text-align:center;color:#989898;font-size:11px;text-transform:uppercase}.block p{margin:0;padding:10px}.block a{color:#fff}.block .btn,.block .button{margin-top:5px;display:block;width:100%}.block-image{font-size:0}.block-blog-categories ul li,.block-blog-popular-posts ul li,.block-blog-recent-posts ul li,.block-blog-tags ul li,.block-vertical-nav ul li{font-size:14px;padding:0 5px;border-bottom:1px solid #2f2f33;width:100%;display:table}.block-blog-categories ul li:last-child,.block-blog-popular-posts ul li:last-child,.block-blog-recent-posts ul li:last-child,.block-blog-tags ul li:last-child,.block-vertical-nav ul li:last-child{border-bottom:0}.block-blog-categories ul .catalog-category-view #main_menu li.products,.block-blog-categories ul .catalog-product-view #main_menu li.products,.block-blog-categories ul .cms-home #main_menu li.home,.block-blog-categories ul li.active,.block-blog-categories ul li:hover,.block-blog-popular-posts ul .catalog-category-view #main_menu li.products,.block-blog-popular-posts ul .catalog-product-view #main_menu li.products,.block-blog-popular-posts ul .cms-home #main_menu li.home,.block-blog-popular-posts ul li.active,.block-blog-popular-posts ul li:hover,.block-blog-recent-posts ul .catalog-category-view #main_menu li.products,.block-blog-recent-posts ul .catalog-product-view #main_menu li.products,.block-blog-recent-posts ul .cms-home #main_menu li.home,.block-blog-recent-posts ul li.active,.block-blog-recent-posts ul li:hover,.block-blog-tags ul .catalog-category-view #main_menu li.products,.block-blog-tags ul .catalog-product-view #main_menu li.products,.block-blog-tags ul .cms-home #main_menu li.home,.block-blog-tags ul li.active,.block-blog-tags ul li:hover,.block-vertical-nav ul .catalog-category-view #main_menu li.products,.block-vertical-nav ul .catalog-product-view #main_menu li.products,.block-vertical-nav ul .cms-home #main_menu li.home,.block-vertical-nav ul li.active,.block-vertical-nav ul li:hover,.catalog-category-view #main_menu .block-blog-categories ul li.products,.catalog-category-view #main_menu .block-blog-popular-posts ul li.products,.catalog-category-view #main_menu .block-blog-recent-posts ul li.products,.catalog-category-view #main_menu .block-blog-tags ul li.products,.catalog-category-view #main_menu .block-vertical-nav ul li.products,.catalog-product-view #main_menu .block-blog-categories ul li.products,.catalog-product-view #main_menu .block-blog-popular-posts ul li.products,.catalog-product-view #main_menu .block-blog-recent-posts ul li.products,.catalog-product-view #main_menu .block-blog-tags ul li.products,.catalog-product-view #main_menu .block-vertical-nav ul li.products,.cms-home #main_menu .block-blog-categories ul li.home,.cms-home #main_menu .block-blog-popular-posts ul li.home,.cms-home #main_menu .block-blog-recent-posts ul li.home,.cms-home #main_menu .block-blog-tags ul li.home,.cms-home #main_menu .block-vertical-nav ul li.home{background:#1f1f1f}.block-blog-categories ul li>a,.block-blog-categories ul li>strong,.block-blog-popular-posts ul li>a,.block-blog-popular-posts ul li>strong,.block-blog-recent-posts ul li>a,.block-blog-recent-posts ul li>strong,.block-blog-tags ul li>a,.block-blog-tags ul li>strong,.block-vertical-nav ul li>a,.block-vertical-nav ul li>strong{display:block;color:#f2f2f2;text-decoration:none;padding-top:4px;padding-bottom:4px;padding-left:20px}.block-blog-categories ul li>a::before,.block-blog-categories ul li>strong::before,.block-blog-popular-posts ul li>a::before,.block-blog-popular-posts ul li>strong::before,.block-blog-recent-posts ul li>a::before,.block-blog-recent-posts ul li>strong::before,.block-blog-tags ul li>a::before,.block-blog-tags ul li>strong::before,.block-vertical-nav ul li>a::before,.block-vertical-nav ul li>strong::before{content:"»";margin-left:-15px;margin-right:8px;color:#42424c}.block-cart .subtotal{padding:0 10px}.block-cart .actions{padding:10px}.block-product-list ol,.block-product-list ul{padding:5px}.block-product-list li{padding:5px;border-top:1px solid #2f2f33}.block-product-list li:first-child{border-top:0;padding-top:0}.block-layered-nav .currently .value{color:#ffdb06;display:block}.block-layered-nav .currently li{margin-top:10px}.block-layered-nav #narrow-by-list dt:first-child,.block-layered-nav .currently li:first-child,.block-layered-nav .currently span.label:first-child,.catalog-product-view .main-content .attribute-group:first-child h4{margin-top:0}.block-layered-nav #narrow-by-list,.opc-block-progress dd{margin:0;padding:10px;background-color:#1f1f1f}.block-layered-nav #narrow-by-list dd{padding:0;margin:0}.block-layered-nav #narrow-by-list dt,.block-layered-nav .currently span.label{display:block;margin-top:10px;margin-bottom:5px;color:#989898;font-size:11px;text-transform:uppercase;border-bottom:1px solid #2f2f33}.block-layered-nav .actions{padding:5px;text-align:center}.block-layered-nav ol li{color:#989898}.block-reorder .block-content{padding:10px}.block-reorder #cart-sidebar-reorder li{display:table;padding:5px;background-color:#1f1f1f}.block-reorder #cart-sidebar-reorder .product-checkbox,.block-reorder #cart-sidebar-reorder .product-names{display:table-cell;vertical-align:middle}.block-reorder #cart-sidebar-reorder .product-names{padding-left:5px}.block-reorder .actions{margin-top:10px}.block-compare-products .block-content{padding:10px}.block-compare-products .block-compare-item,.cols-layout{display:table}.block-compare-products .block-compare-item .product-name,.block-compare-products .block-compare-item .remove-btn{display:table-cell}.opc-block-progress dt{padding:10px;color:#6b6b6b}.cols-layout{bottom:0;width:100%}.cols-layout .col-left,.cols-layout .col-main,.cols-layout .col-right{vertical-align:top;display:table-cell}.cols-layout .col-left,.cols-layout .col-right{width:200px}@media(max-width:0px){.cols-layout .col-left,.cols-layout .col-right{display:none}}.cols-layout .col-left{padding-right:10px}.cols-layout .col-right{padding-left:10px}.cols-layout .col-main,h4{font-size:14px}.container{margin:0 auto;width:100%;max-width:1200px}@media(min-width:0px){.container{padding:0 10px}.container .container{padding:0}}.col2-set{clear:both;overflow:hidden}.col2-set .col-1,.col2-set .col-2{width:48%}.col2-set .col-1{float:left}.col2-set .col-2,.customer-account-login .registered-users .f-left{float:right}.cms-home .main-content{color:#f2f2f2;background-color:#1b1b1a}.catalog-category-view #main_menu .checkout-onepage-index .opc li.section.products .step-title h2,.catalog-product-view #main_menu .checkout-onepage-index .opc li.section.products .step-title h2,.checkout-onepage-index .opc .catalog-category-view #main_menu li.section.products .step-title h2,.checkout-onepage-index .opc .catalog-product-view #main_menu li.section.products .step-title h2,.checkout-onepage-index .opc .cms-home #main_menu li.section.home .step-title h2,.checkout-onepage-index .opc .section.active .step-title h2,.cms-home #main_menu .checkout-onepage-index .opc li.section.home .step-title h2,.cms-home .main-content a,.cms-home .main-content h1,.cms-home .main-content h2,.cms-home .main-content h3,.cms-home .main-content h4{color:#ffdb06}#remember-me-box .input-box{margin-top:10px;display:inline-block}#remember-me-popup{position:fixed;height:200px;width:400px;margin-top:-100px;margin-left:-200px;top:50%;left:50%;z-index:10000;background-color:#fff;padding:10px 20px}#remember-me-popup .remember-me-popup-head h3,.checkout-cart-index #shopping-cart-totals-table,.checkout-cart-index .totals .checkout-types .button{display:inline-block}.checkout-cart-index .page-title .checkout-types li{margin-left:10px;display:inline-block}.checkout-cart-index .totals .checkout-types li{margin-bottom:5px}.checkout-cart-index .cart-collaterals{width:100%;display:table;border-spacing:10px}.checkout-cart-index .cart-collaterals .col2-set,.checkout-cart-index .cart-collaterals .totals{display:table-cell;vertical-align:top}.checkout-cart-index .cart>form>fieldset{border:0;padding:10px 10px 0}.checkout-cart-index .cart-table .even{background:0 0}.checkout-cart-index .shipping,.checkout-cart-index .totals{padding:20px;background-color:#f2f2f2;border:1px solid #dbdbdb}.catalog-product-compare-index .page-head h3,.checkout-cart-index .shipping h2{margin-top:0}.checkout-cart-index .totals{text-align:right}.checkout-cart-index #shopping-cart-totals-table td{border-bottom:1px dashed #dbdbdb}.checkout-cart-index #shopping-cart-totals-table td:first-child{padding-right:10px}.catalog-category-view .main-content,.catalog-product-view .main-content,.catalogsearch-result-index .main-content{padding:0}.catalog-category-view .messages li{margin-bottom:0}.catalog-product-view .main-content .product-essential{display:table;width:100%}.catalog-product-view .main-content .more-views ul{padding:0;list-style:none}.catalog-product-view .main-content .more-views li{display:inline-block;border:1px solid #dbdbdb;font-size:0}.catalog-product-view .main-content .actions{margin-top:20px}.catalog-product-view .main-content .add-to-cart-box{margin-top:14px}.catalog-product-view .main-content .add-to-cart-box .btn,.catalog-product-view .main-content .add-to-cart-box .button{vertical-align:top}.catalog-product-view .main-content .add-to-box{list-style:none;padding:0}.catalog-product-view .main-content .add-to-box li{display:inline-block}.catalog-product-view .main-content .product-shop{border-left:1px solid #dbdbdb;background-color:#f2f2f2}.catalog-product-view .main-content .product-img-box,.catalog-product-view .main-content .product-shop{vertical-align:top;display:table-cell;padding:20px 40px}.catalog-product-view .main-content .attribute-group h4{text-align:center}.catalog-product-view .main-content .product-name,h2{font-size:18px}.catalog-product-view .main-content .short-description{font-size:12px}.catalog-product-view .main-content .product-options-box .price-box{margin:14px}.catalog-product-view .main-content .product-options-box .product-options{border:1px dotted #dbdbdb}.catalog-product-view .main-content .product-options-box p.required{text-align:right;font-size:12px;margin:10px}.catalog-product-view .main-content .product-options-box dl{margin:10px}.catalog-product-view .main-content .product-options-box dd{margin:5px 10px}.checkout-onepage-index .opc .section{margin-bottom:5px}.checkout-onepage-index .opc .section.allow .step-title .number{background-color:#42424c}.checkout-onepage-index .opc .section.allow .step-title:hover{cursor:pointer}.checkout-onepage-index .opc .step-title{padding:5px;background-color:#6b6b6b;color:#dbdbdb}.checkout-onepage-index .opc .step-title h2{vertical-align:middle;display:inline;margin-left:5px}.checkout-onepage-index .opc .step{padding:20px;background-color:#f2f2f2}.checkout-onepage-index .opc .number{vertical-align:middle;text-align:center;height:20px;width:20px;display:inline-block}.checkout-onepage-index #co-billing-form>fieldset,.checkout-onepage-index #co-payment-form>fieldset{padding:0;border:0}.checkout-onepage-index #checkout-payment-method-load dd .form-list{padding:10px;margin:10px;border:1px dotted #dbdbdb}.catalogsearch-result-index .main-content .page-title{margin:0}#contactForm .group-select{background-color:#f2f2f2;padding:15px}.customer-account-edit .box-account .box-head,.customer-account-index .box-account .box-head,.customer-address-form .box-account .box-head,.customer-address-index .box-account .box-head,.sales-order-invoice .box-account .box-head,.sales-order-shipment .box-account .box-head,.sales-order-view .box-account .box-head{border-bottom:1px solid #dbdbdb;padding-bottom:5px}.customer-account-edit .order-info dd,.customer-account-index .order-info dd,.customer-address-form .order-info dd,.customer-address-index .order-info dd,.sales-order-invoice .order-info dd,.sales-order-shipment .order-info dd,.sales-order-view .order-info dd{margin:10px 0 0}.checkout-multishipping-addresses .checkout-progress,.checkout-multishipping-billing .checkout-progress,.checkout-multishipping-overview .checkout-progress,.checkout-multishipping-shipping .checkout-progress{margin:-20px -20px 20px;background-color:#2f2f33}.checkout-multishipping-addresses .checkout-progress li,.checkout-multishipping-billing .checkout-progress li,.checkout-multishipping-overview .checkout-progress li,.checkout-multishipping-shipping .checkout-progress li{color:#fff;display:inline-block;padding:10px}.catalog-category-view #main_menu .checkout-multishipping-addresses .checkout-progress li.products,.catalog-category-view #main_menu .checkout-multishipping-billing .checkout-progress li.products,.catalog-category-view #main_menu .checkout-multishipping-overview .checkout-progress li.products,.catalog-category-view #main_menu .checkout-multishipping-shipping .checkout-progress li.products,.catalog-product-view #main_menu .checkout-multishipping-addresses .checkout-progress li.products,.catalog-product-view #main_menu .checkout-multishipping-billing .checkout-progress li.products,.catalog-product-view #main_menu .checkout-multishipping-overview .checkout-progress li.products,.catalog-product-view #main_menu .checkout-multishipping-shipping .checkout-progress li.products,.checkout-multishipping-addresses .checkout-progress .catalog-category-view #main_menu li.products,.checkout-multishipping-addresses .checkout-progress .catalog-product-view #main_menu li.products,.checkout-multishipping-addresses .checkout-progress .cms-home #main_menu li.home,.checkout-multishipping-addresses .checkout-progress li.active,.checkout-multishipping-billing .checkout-progress .catalog-category-view #main_menu li.products,.checkout-multishipping-billing .checkout-progress .catalog-product-view #main_menu li.products,.checkout-multishipping-billing .checkout-progress .cms-home #main_menu li.home,.checkout-multishipping-billing .checkout-progress li.active,.checkout-multishipping-overview .checkout-progress .catalog-category-view #main_menu li.products,.checkout-multishipping-overview .checkout-progress .catalog-product-view #main_menu li.products,.checkout-multishipping-overview .checkout-progress .cms-home #main_menu li.home,.checkout-multishipping-overview .checkout-progress li.active,.checkout-multishipping-shipping .checkout-progress .catalog-category-view #main_menu li.products,.checkout-multishipping-shipping .checkout-progress .catalog-product-view #main_menu li.products,.checkout-multishipping-shipping .checkout-progress .cms-home #main_menu li.home,.checkout-multishipping-shipping .checkout-progress li.active,.cms-home #main_menu .checkout-multishipping-addresses .checkout-progress li.home,.cms-home #main_menu .checkout-multishipping-billing .checkout-progress li.home,.cms-home #main_menu .checkout-multishipping-overview .checkout-progress li.home,.cms-home #main_menu .checkout-multishipping-shipping .checkout-progress li.home{color:#ffdb06;background-color:#42424c}.catalog-product-compare-index .button-set{margin:10px 0}body{font-family:segoe ui,Tahoma,Geneva,Verdana,sans-serif;background-image:url(https://www.solaronline.com.au/skin/frontend/default/soa-v3/images/bg.png);color:#2f2f33}h1{font-size:20px}h3{font-size:16px}.nobr{white-space:nowrap}.a-left{text-align:left}.a-right{text-align:right}.a-center{text-align:center}hr{border:0;border-top:1px solid #dbdbdb}@media print{*{background:0 0!important;text-align:left!important}body,html{margin:0!important;padding:0!important}body{background:#fff!important;font-size:9pt!important;margin:10px!important}a{color:#2976c9!important}td,th{color:#2f2f2f!important;border-color:#ccc!important}.actions,.btn,.button,.buttons-set,.footer-container,.header-container,.middle-container .side-col,.pager,.print-remove,.toolbar{display:none!important}}