
/***** AUTOGENERATED: cloud-zoom.css */

/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	border: 4px solid #888;
	margin:-4px;	/* Set this to minus the border thickness. */
	background-color:#fff;	
	cursor:move;		
}

/* This is for the title text. */
.cloud-zoom-title {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute !important;
	background-color:#000;
	color:#fff;
	padding:3px;
	width:100%;
	text-align:center;	
	font-weight:bold;
	font-size:10px;
	top:0px;
}

/* This is the zoom window. */
.cloud-zoom-big {
	border:4px solid #ccc;
	overflow:hidden;
}

/* This is the loading message. */
.cloud-zoom-loading {
	color:white;	
	background:#222;
	padding:3px;
	border:1px solid #000;
}



/***** AUTOGENERATED: colorbox.css */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(//etamax.com.au/online-shop/skins/common/css/../images/colorbox/overlay.png) repeat 0 0; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url(//etamax.com.au/online-shop/skins/common/css/../images/colorbox/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(//etamax.com.au/online-shop/skins/common/css/../images/colorbox/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(//etamax.com.au/online-shop/skins/common/css/../images/colorbox/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(//etamax.com.au/online-shop/skins/common/css/../images/colorbox/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(//etamax.com.au/online-shop/skins/common/css/../images/colorbox/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(//etamax.com.au/online-shop/skins/common/css/../images/colorbox/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(//etamax.com.au/online-shop/skins/common/css/../images/colorbox/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(//etamax.com.au/online-shop/skins/common/css/../images/colorbox/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingOverlay{background:url(//etamax.com.au/online-shop/skins/common/css/../images/colorbox/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(//etamax.com.au/online-shop/skins/common/css/../images/colorbox/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(//etamax.com.au/online-shop/skins/common/css/../images/colorbox/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(//etamax.com.au/online-shop/skins/common/css/../images/colorbox/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(//etamax.com.au/online-shop/skins/common/css/../images/colorbox/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/***** AUTOGENERATED: style.css */
/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * Paypal style
 *
 * @author    Qualiteam software Ltd <info@x-cart.com>
 * @copyright Copyright (c) 2011-2014 Qualiteam software Ltd <info@x-cart.com>. All rights reserved
 * @license   http://www.x-cart.com/license-agreement.html X-Cart 5 License Agreement
 * @link      http://www.x-cart.com/
 */

.lc-minicart .pp-ec-button,
#cart-right ul.totals .pp-ec-button,
.lc-minicart .pp-pc-button,
#cart-right ul.totals .pp-pc-button
{
  background: transparent none;
  border: 0 none;
  margin: 0;
  padding: 1px 0 0 0;
}

.lc-minicart .buttons-row a.pp-ec-button,
.lc-minicart .buttons-row a.pp-pc-button
{
  margin-bottom: 5px;
  margin-top: 5px;
  display: inline-block;
}

#cart-right ul.totals a.pp-ec-button,
#cart-right ul.totals a.pp-pc-button
{
  display: inline-block;
}

.payments a.paypal-ec
{
  font-size: 10px;
}

.payments img.paypal
{
  display: block;
  padding-top: 4px;
  width: 250px;
}

button.pp-ec-button
{
  border: none;
  background: none;
}

.product-details .button.pp-button
{
  display: inline-block;
}

.product-quicklook .product-details .button.pp-button
{
  display: inline-block;
  padding-top: 15px;
}

.product-quicklook .product-details button.pp-ec-button
{
  padding: 0;
}

.info:nth-child(1) .top-message.pp-button
{
  min-height: 30px;
}

.top-message.pp-button .message
{
  display: inline-block;
}

.info:nth-child(1) .top-message.pp-button .message
{
  margin-top: 5px;
  margin-right: 1em;
}

.top-message.pp-button .pp-ec-button
{
  display: inline-block;
}

.info:nth-child(n+2) .top-message.pp-button .message
{
  width: auto;
  display: inline-block;
}

.info:nth-child(n+2) .top-message.pp-button .pp-ec-button
{
  display:none;
}

.products-list .add-to-cart-button {
  display: inline-block;
}

.products-list .add-to-cart-button.pp-button {
  margin-left: 15px;
}

/***** AUTOGENERATED: lc.css */
/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * Sale widget styles. Customer area.
 *
 * @author    Qualiteam software Ltd <info@x-cart.com>
 * @copyright Copyright (c) 2011-2014 Qualiteam software Ltd <info@x-cart.com>. All rights reserved
 * @license   http://www.x-cart.com/license-agreement.html X-Cart 5 License Agreement
 * @link      http://www.x-cart.com/
 */

.product-details-info .sale-label-product-details ul.labels,
.products ul.product-price li.sale-banner {
  display: none;
}

.product-details-info .product-price .sale-banner {
  background: transparent url(//etamax.com.au/online-shop/skins/default/en/modules/CDev/Sale/css/../images/sale-banner-arrow.png) 0px 23px no-repeat;
  padding-left: 7px;
  margin-top: 7px;
  margin-left: 12px;
}

.sale-banner-block {
  background-color: #83be43;
  border-radius: 5px;
  height: 50px;
  padding: 5px 12px 0 10px;
  text-align: center;
  box-sizing: content-box;
}

.sale-banner-block .text {
  text-transform: uppercase;
  font-size: 22px;
  color: #ffffff;
}

.sale-banner-block .percent {
  font-size: 14px;
  color: #ffffff;
  font-style: italic;
}

/***** AUTOGENERATED: style.css */
/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * CloudSearch widget style
 *
 * @author    Qualiteam software Ltd <info@x-cart.com>
 * @copyright Copyright (c) 2011-2013 Qualiteam software Ltd <info@x-cart.com>. All rights reserved
 * @license   http://www.x-cart.com/license-agreement.html X-Cart 5 License Agreement
 * @link      http://www.x-cart.com/
 */

/**
 * Popup widget
 */

.instant-search-menu {
  text-align: left;
  background: white;
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  border: 1px solid silver;
  border-radius: 3px;
  font-family: tahoma, geneva, arial, verdana, helvetica, sans-serif;
  font-size: 12px;
  box-shadow: 0 1px 5px silver;
  z-index: 100000;
}

.instant-search-menu, .instant-search-menu * {
  box-sizing: content-box;
}

.instant-search-menu dl {
  margin: 0;
  padding: 5px 17px 10px 22px;
  font-family: 'Trebuchet MS', Helvetica, Jamrul, sans-serif;
}

.instant-search-menu.left dl {
  padding: 5px 22px 10px 17px;
}

.instant-search-menu dt {
  padding: 6px 0;
  font-weight: normal;
}

.instant-search-menu dt a {
  font-size: 16px;
}

/* Normal search result link color */
.instant-search-menu dt a {
  color: #2c5fa6;
}

/* Active (hovered) search result link color */
.instant-search-menu dt a:hover,
.instant-search-menu dt a.hover,
.instant-search-menu .name a {
  color: #0f9dcc;
}

.instant-search-menu a,
.instant-search-menu a:hover {
  text-decoration: none;
  outline: none;
}

.instant-search-menu dd {
  display: none;
  border: 1px solid #b1c9e0;
  border-radius: 3px;
  margin: 0 3px 3px 3px;
  padding: 20px;
  background: white;
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  top: 0;
  left: -306px;
  width: 270px;
  box-shadow: 0 1px 5px silver;
}

.instant-search-menu.left dd {
  left: 285px;
}

.instant-search-menu dd .arrow {
  position: absolute;
  background: white;
  border: none;
  border-top: 1px solid #b1c9e0;
  border-right: 1px solid #b1c9e0;
  width: 14px;
  height: 14px;
  right: -9px;
  top: 14px;
  box-shadow: 2px -2px 2px rgba(100, 100, 100, 0.07);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);

  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865474, M12=-0.7071067811865477, M21=0.7071067811865477, M22=0.7071067811865474, SizingMethod='auto expand')";

  filter: progid:DXImageTransform.Microsoft.Matrix(
    M11=0.7071067811865474,
    M12=-0.7071067811865477,
    M21=0.7071067811865477,
    M22=0.7071067811865474,
    SizingMethod='auto expand');
}

.instant-search-menu.left dd .arrow {
  border: none;
  border-bottom: 1px solid #b1c9e0;
  border-left: 1px solid #b1c9e0;
  left: -8px;
  box-shadow: -2px 2px 2px rgba(100, 100, 100, 0.07);
}

.instant-search-menu.ie dd .arrow {
  right: -8px;
  top: 10px;
}

.instant-search-menu.left.ie dd .arrow {
  left: -9px;
}

.instant-search-menu .clearing {
  clear: both;
}

.instant-search-menu .highlight-hit {
  background-color: #cce8ff;
}

/**
 * Product price styles
 */

.instant-search-menu .price {
  float: right;
  color: #1f6188;
  font-size: 22px;
}

/**
 * Product image
 */

.instant-search-menu .image {
  float: left;
  margin: 0 10px 5px 0;
  border: solid 1px #dbdbdb;
  padding: 5px;
  background: white;
}

.instant-search-menu .image.show-on-load {
  display: none;
}

.instant-search-menu .description {
  margin: 10px 0 0;
  text-align: justify;
  color: black;
}

.instant-search-menu .header {
  margin: 15px 17px 0;
  color: #444;
}

.instant-search-menu .results-for,
.instant-search-menu .results-for:hover {
  font-weight: bold;
}

.instant-search-menu .see-details {
  text-align: center;
  font-size: 16px;
  margin: 13px 0 0 0;
}

.instant-search-menu .name {
  font-size: 16px;
  margin: 0 0 20px;
}

.instant-search-menu .see-more-results {
  border-top: 1px solid #ddd;
  padding-top: 15px;
  text-align: center;
  font-size: 12px;
  margin: 0 0 15px 0;
}

.instant-search-menu .suggestions {
  margin: 10px 17px 12px;
}

.instant-search-menu .suggestions .suggestion {
  line-height: 26px;
  font-size: 14px;
}

.instant-search-menu .header-right {
  text-align: right;
  color: #777;
  font-weight: bold;
  margin: 0 17px 0;
}

.instant-search-menu .header-right:first-child {
  margin: 15px 17px 0;
}

.instant-search-menu .powered-by {
  font-size: 10px;
  text-align: center;
  margin: 0 0 10px;
  padding-top: 10px;
}

.instant-search-menu dt .parent-category {
  font-size: 12px;
}

.instant-search-menu .category-sep {
  color: #777;
}
/***** AUTOGENERATED: style.css */
/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * Top messages styles
 *
 * @author    Qualiteam software Ltd <info@x-cart.com>
 * @copyright Copyright (c) 2011-2014 Qualiteam software Ltd <info@x-cart.com>. All rights reserved
 * @license   http://www.x-cart.com/license-agreement.html X-Cart 5 License Agreement
 * @link      http://www.x-cart.com/
 */

.status-messages-wrapper {
  position: fixed;
  z-index: 1300000;
  display: table;
  pointer-events: none;
}

.status-messages-wrapper2 {
  display: table-cell;
  text-align: center;
}

#status-messages
{
  top: 0;
  margin: 0 auto;
  font-size: 12px;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  pointer-events: auto;
}

#status-messages,
#status-messages ul,
#status-messages ul li:last-child
{
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

#status-messages a.close
{
  display: block;
  position: relative;
  right: 8px;
  top: 5px;
  width: 15px;
  height: 15px;
  padding: 0;
  background: transparent none;
  opacity: 1;
  font-size: 12px;
  line-height: normal;
}

#status-messages a.close img
{
  background: transparent url(//etamax.com.au/online-shop/skins/default/en/top_message/../images/icon_cross_white.png) no-repeat left top;
  width: 15px;
  height: 15px;
  margin: 0;
  padding: 0;
}

#status-messages ul
{
  margin: 0;
  padding: 0;
}

#status-messages li
{
  list-style: none;
  background-image: none;
  padding: 7px 31px 6px 1em;
  margin: 0;
}

#status-messages .status
{
}

#status-messages,
#status-messages a
{
  background-color: #eeede8;
  color: #1b5d8e;
}

#status-messages .info,
#status-messages .info a
{
  background-color: #bae8aa;
  color: #374334;
}

#status-messages .warning,
#status-messages .warning a
{
  background-color: #eedeb4;
  color: #94572a;
}

#status-messages .error,
#status-messages .error a
{
  background-color: #e65e57;
  color: #fff;
}

#status-messages li em {
  margin-right: 6px;
}


/***** AUTOGENERATED: minicart.css */
/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * Minicart styles
 *
 * @author    Qualiteam software Ltd <info@x-cart.com>
 * @copyright Copyright (c) 2011-2014 Qualiteam software Ltd <info@x-cart.com>. All rights reserved
 * @license   http://www.x-cart.com/license-agreement.html X-Cart 5 License Agreement
 * @link      http://www.x-cart.com/
 */

.lc-minicart.collapsed .items-list,
.lc-minicart .items-list.empty-cart
{
    display: none;
}

.lc-minicart .cart-items
{
  position: relative;
  z-index: 9999;
}

.lc-minicart .items-list .item-name
{
  display: block;
}

.lc-minicart .items-list
{
  position: absolute;
}

ul.item-attribute-values {
  margin: 8px 0px 8px 0px;
}

.lc-minicart a.item-attribute-values {
  cursor: help;
  padding-top: 2px;
  text-decoration: none;
  margin-left: 5px;
}

.lc-minicart a.item-attribute-values span {
  border: 0 none;
  border-bottom: 1px;
  border-style: dashed;
}

.lc-minicart ul.item-attribute-values {
  border: 0px none;
  padding: 10px;
  margin: 0px;
  list-style: none;
}

.lc-minicart ul.item-attribute-values li {
  font-size: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
  white-space: nowrap;
  background: transparent none;
}

/***** AUTOGENERATED: style.css */
/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * Social Login widget styles
 *
 * @author    Qualiteam software Ltd <info@x-cart.com>
 * @copyright Copyright (c) 2011-2014 Qualiteam software Ltd <info@x-cart.com>. All rights reserved
 * @license   http://www.x-cart.com/license-agreement.html X-Cart 5 License Agreement
 * @link      http://www.x-cart.com/
 */

.social-login-container {
  clear: both;
  text-align: center;
  margin: 0 0 20px;
}

ul.social-login {
  display: inline-block;
  padding: 5px 7px 5px 4px;
  background-color: #f3f3f3;
  border-radius: 4px;
  margin-bottom: 15px;
}

.checkout-block ul.social-login {
  margin: -10px 0 20px;
  padding: 5px 4px 5px 4px;
}

.tab-content ul.social-login {
  margin: 25px 0 10px;
}

ul.social-login li {
  background: none;
  float: left;
  padding: 0;
  margin: 9px 6px;
}

ul.social-login li a {
  text-decoration: none;
  display: block;
  border-radius: 3px;
  width: 100%;
  height: 100%;
}

ul.social-login img {
  display: inline-block;
}

ul.social-login .provider-name {
  position: relative;
  top: 2px; 
  padding: 0px 15px 0px 15px;
  font-size: 14px;
  color: #555;
  display: inline-block;
}

.login-form .forgot,
.login-form .back-login {
    margin-left: 5px;
}

.social-login-note {
  font-size: 17px;
  margin: 0 0 10px 0;
}

.signin-login-wrapper .social-login-note {
  font-size: 12px;
  margin: 22px 0 18px 0;
  text-align: center;
}

ul.social-login .social-login-caption {
  line-height: 32px;
  margin: 9px 3px 9px 15px;
}

ul.social-login li.social-net-element.social-net-Facebook a {
  border: solid 1px #385aa1;
  background: linear-gradient(#395795, #4c72c0);
  padding: 0px;
}

ul.social-login li.social-net-element.social-net-Facebook span.provider-name {
  border-left: solid 1px #385aa1;
  color: white;
  height: 100%;
}

ul.social-login li.social-net-element.social-net-Facebook img {
  margin: 7px 7px 0px 13px;
}

ul.social-login li.social-net-element.social-net-Google a {
  border: solid 1px #c02d1a;
  background: linear-gradient(#c02d1a, #dd4b39);
  padding: 0px;
}

ul.social-login li.social-net-element.social-net-Google span.provider-name {
  border-left: solid 1px #c02d1a;
  color: white;
  height: 100%;
}

ul.social-login li.social-net-element.social-net-Google img {
  margin: 9px 1px 0px 9px;
}

.or-line .line {
  height: 352px;
}

.or-line .or-box {
  top: 191px;
}

/***** AUTOGENERATED: simple_form.css */
/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * Simple form styles
 *
 * @author    Qualiteam software Ltd <info@x-cart.com>
 * @copyright Copyright (c) 2011-2014 Qualiteam software Ltd <info@x-cart.com>. All rights reserved
 * @license   http://www.x-cart.com/license-agreement.html X-Cart 5 License Agreement
 * @link      http://www.x-cart.com/
 */

.simple-search-product-form {
  float: right;
}

.simple-search-box {
  border: solid 1px #dfdfdf;
  /* height: 24px;
  width: 240px; */
  clear: both;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

#search .simple-search-box input.form-text {
/*   width: 212px;
  float: right; */
  font-size: 12px;
  outline: none;
  background: none;
  border: none;
  margin: 2px;
  padding-right: 20px;
}

.simple-search-box button.submit-button {
  background: transparent url(//etamax.com.au/online-shop/skins/default/en/product/search/images/search.png) no-repeat;
  border: none;
  float: right;
  padding: 0px;
/*   margin: 3px 3px 0px 0px; */
  width: 18px;
  height: 17px;
  text-indent: -8000em;
  position: relative;
 /*  top: -27px; */
}

/***** AUTOGENERATED: form_field.css */
/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * ____file_title____
 *
 * @author    Qualiteam software Ltd <info@x-cart.com>
 * @copyright Copyright (c) 2011-2014 Qualiteam software Ltd <info@x-cart.com>. All rights reserved
 * @license   http://www.x-cart.com/license-agreement.html X-Cart 5 License Agreement
 * @link      http://www.x-cart.com/
 */

#register-form input, select {
  width: 150px;
}

.form_field_error {
  border: 1px solid #ff0000;
}

input[type="text"].form_field_error {
  border: 1px solid #ff0000;
}

.form-field-comment {
  font-size: 0.9em;
}

.password-value {
    position: relative;
}

/* Multiselect */
.chosen-container-single .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single
{
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #81a4c1;
  background: #fff none;
  padding-top: 5px;
  padding-bottom: 5px;
  box-shadow: 0 0 2px 2px #dbdee2;
}

.chosen-container-multi .chosen-choices {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #fff none;
  padding-top: 2px;
  padding-bottom: 2px;
}

.chosen-container .chosen-single span,
.chosen-container .chosen-single strong
{
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.chosen-container .chosen-results li {
  padding: 6px 12px;
}

.chosen-container-single .chosen-single span {
  padding-left: 8px;
}

.chosen-container .chosen-single strong {
  color: #a2bbda;
}

.chosen-container-multi .chosen-choices li.search-choice {
  background: #fff none;
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  height: 25px;
}

.chosen-container-single .chosen-drop {
  margin-top: -5px;
}

.chosen-container-single .chosen-single div b {
  background-position: 0px 7px;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 7px;
}

.chosen-container .chosen-results {
  margin-top: 4px;
  margin-bottom: 4px;
}

.chosen-container .chosen-drop .chosen-results li {
  color: #0e55a6;
  font-size: 14px;
  line-height: 22px;
}

.chosen-container .chosen-drop .chosen-results li.result-selected {
  color: #000;
}

.chosen-container .chosen-drop .chosen-results li.highlighted {
  background: #edf5fe none;
  color: #000;
}

/* Passoword (visible) */
.password-eye {
  display: inline-block;
  margin-left: -23px;
  width: 21px;
  vertical-align: top !important;
  position: absolute;
  top: 6px;
  right: 33px;
}

.password-eye a {
  text-decoration: none;
}

.password-eye .open,
.password-eye.opened .close
{
  display: none;
}

.password-eye.opened .open {
  display: inline;
}


/***** AUTOGENERATED: button.css */
/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * ____file_title____
 *
 * @author    Qualiteam software Ltd <info@x-cart.com>
 * @copyright Copyright (c) 2011-2014 Qualiteam software Ltd <info@x-cart.com>. All rights reserved
 * @license   http://www.x-cart.com/license-agreement.html X-Cart 5 License Agreement
 * @link      http://www.x-cart.com/
 */

button {
  white-space: nowrap;
}

/***** AUTOGENERATED: location.css */
/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * ____file_title____
 *
 * @author    Qualiteam software Ltd <info@x-cart.com>
 * @copyright Copyright (c) 2011-2014 Qualiteam software Ltd <info@x-cart.com>. All rights reserved
 * @license   http://www.x-cart.com/license-agreement.html X-Cart 5 License Agreement
 * @link      http://www.x-cart.com/
 */

ul.breadcrumb li.location-node.expandable {
  padding-right: 0.8em;
  background: url(//etamax.com.au/online-shop/skins/default/en/location/images/down_arrow.png) no-repeat right 1.1em;
}

ul.location-subnodes {
  position: absolute;
  top: 20px;
  list-style-type: none;
  background-color: #fff;
  z-index: 10000;
  display: inline;
  visibility: hidden;
}

ul.location-subnodes li {
  background-image: none;
  padding: 0;
  white-space: nowrap;
}

.location-title-subnodes-mark {
  text-decoration: none;
  padding-top: 0.2em;
}

/***** AUTOGENERATED: style.css */
/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * CSS classes
 *
 * @author    Qualiteam software Ltd <info@x-cart.com>
 * @copyright Copyright (c) 2011-2014 Qualiteam software Ltd <info@x-cart.com>. All rights reserved
 * @license   http://www.x-cart.com/license-agreement.html X-Cart 5 License Agreement
 * @link      http://www.x-cart.com/
 */

.coming-soon {
  opacity: 1;
}

.coming-soon-label {
  color: black;
  font-size: 18px;
  display: block;
}

.coming-soon-note {
  color: #888888;
  font-size: 14px;
}

.coming-soon-date {
  font-weight: bold;
}

.products .drag-n-drop-handle .coming-soon-message
{
  display: none;
}

.products .coming-soon .drag-n-drop-handle .coming-soon-message
{
  display: inline;
}

ul.products-sidebar ul.labels li, ul.products-sidebar ul.labels li.coming-soon {
  margin: 0;
  padding: 0;
}

ul.products-sidebar ul.labels li, ul.products-sidebar ul.labels li.coming-soon div {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.sidebar div.block.block-new-arrivals div.content {
  padding-top: 10px;
}

/***** AUTOGENERATED: style.css */
/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * Sale widget styles. Customer area.
 *
 * @author    Qualiteam software Ltd <info@x-cart.com>
 * @copyright Copyright (c) 2011-2014 Qualiteam software Ltd <info@x-cart.com>. All rights reserved
 * @license   http://www.x-cart.com/license-agreement.html X-Cart 5 License Agreement
 * @link      http://www.x-cart.com/
 */

.products .sale-label-product-details {
  color: #8f8f8f;
  font-size: 14px;
  font-style: italic;
  display: block;
  padding-right: 10px;
  margin-top: 0.9em;
}

.products .products-grid .sale-label-product-details {
  margin: 0;
  height: 0;
}

.products-table .product-price .sale-label-product-details {
  display: inline-block;
  margin: 0px;
}

.products-table .product-price .sale-label-product-details ul.labels li.sale-price {
  float: none;
}

ul.products.products-sidebar .sale-label-product-details {
  font-size: 12px;
  margin-top: 0.5em;
  padding-right: 5px;
  float: none;
}

.sale-label-product-details {
  display: block;
  margin-bottom: 15px;
}

.products-sidebar .sale-label-product-details {
  margin-bottom: 0px;
  margin-top: 0px;
}

.sale-label-product-details div.text {
  display: inline;
  font-size: 16px;
  color: #8f8f8f;
  vertical-align: middle;
}

.product-cell div.sale-label-product-details .text,
  .product-quicklook div.sale-label-product-details ul.labels
{
  display: none;
}

.sale-label-product-details ul.labels {
  display: inline-block;
}

.items-list .product-cell .product-price .sale-label-product-details ul.labels {
  display: none;
}

.sale-label-product-details ul.labels li,
  .sale-label-product-details ul.labels li div
{
  display: inline-block;
}

.products-sidebar .sale-label-product-details ul.labels {
  display: block;
}

.products-sidebar .sale-label-product-details ul.labels li,
  .products-sidebar .sale-label-product-details ul.labels li div
{
  display: block;
}

.sale-label-product-details div.text span.value {
  text-decoration: line-through;
}

.sale-label-product-details div.text span.you-save {
  color: #ff9000;
}

/***** AUTOGENERATED: product.css */
/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * Product page styles
 *
 * @author    Qualiteam software Ltd <info@x-cart.com>
 * @copyright Copyright (c) 2011-2014 Qualiteam software Ltd <info@x-cart.com>. All rights reserved
 * @license   http://www.x-cart.com/license-agreement.html X-Cart 5 License Agreement
 * @link      http://www.x-cart.com/
 */

.share {
  position: relative;
}

.share > * {
  float: left;
}

.share .fb-like {
  margin-right: 20px;
}

.fb-comments span,
  .fb-comments span iframe
{
  min-width: 550px;
  width: auto !important;
}

/***** AUTOGENERATED: page.image.photo.css */
/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * Product photo box styles
 *
 * @author    Qualiteam software Ltd <info@x-cart.com>
 * @copyright Copyright (c) 2011-2014 Qualiteam software Ltd <info@x-cart.com>. All rights reserved
 * @license   http://www.x-cart.com/license-agreement.html X-Cart 5 License Agreement
 * @link      http://www.x-cart.com/
 */

table.product-photo-box,
table.product-photo-box tr,
table.product-photo-box td,
table.product-photo-box tbody
{
  border-style: none;
}

table.product-photo-box td
{
  vertical-align: middle;
  padding: 0;
}

/***** AUTOGENERATED: gallery.css */
/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * Product image gallery styles
 *
 * @author    Qualiteam software Ltd <info@x-cart.com>
 * @copyright Copyright (c) 2011-2014 Qualiteam software Ltd <info@x-cart.com>. All rights reserved
 * @license   http://www.x-cart.com/license-agreement.html X-Cart 5 License Agreement
 * @link      http://www.x-cart.com/
 */

.product-image-gallery
{
  margin-left: auto;
  margin-right: auto;
}

.product-image-gallery ul
{
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  width: auto;
  display: inline-block;
}

.product-image-gallery li
{
  list-style: none;
  background-image: none;
  float: left;
  vertical-align: middle;
  text-align: center;
}

.product-image-gallery a
{
  vertical-align: middle;
  text-align: center;
}

/***** AUTOGENERATED: style.css */
/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * Average rating widget styles
 *
 * @author    Qualiteam software Ltd <info@x-cart.com>
 * @copyright Copyright (c) 2011-2014 Qualiteam software Ltd <info@x-cart.com>. All rights reserved
 * @license   http://www.x-cart.com/license-agreement.html X-Cart 5 License Agreement
 * @link      http://www.x-cart.com/
 */

div.product-average-rating {
  position: relative;
}

div.header div.average-rating {
  padding-top: 10px;
  padding-bottom: 10px;
}

div.header table.rating {
  border-width: 0px;
  border-style: none;
  margin: 0px;
}

div.header table.rating tr {
  border-width: 0px;
  border-style: none;
}

div.header table.rating td {
  border-width: 0px;
  border-style: none;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 5px;
  vertical-align: middle;
}

div.header div.title {
  font-size: 28px;
  color: #579ED2;
}

div.line {
  padding-top: 30px;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 25px;
}

div.product-average-rating{
    position: relative;
}

div.product-average-rating > div.text {
  padding-bottom: 20px;
  line-height: 20px;
  display: none;
}

div.product-reviews div.product-average-rating form {
  float: left;
}

div.product-average-rating div.comment {
  display: inline-table;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 12px;
  margin-top: 5px;
}

div.product-reviews div.product-average-rating div.rating {
  display: inline-table;
  height: 26px;
  overflow: hidden;
  position: relative;
  top: 2px;
}

div.product-average-rating div.rating {
  padding-bottom: 5px;
}

div.product-average-rating table td {
  border: 0px;
  padding: 0px;
}

div.product-average-rating table td.indent {
  width: 5%;
}

div.product-average-rating table tr {
  border: 0px;
  padding: 0px;
}

div.product-average-rating table {
  width: 300px;
  border: 0px;
  margin: 0px;
}

div.product-average-rating div.ratings-details {
  border: 1px solid #cadce8;
  width: 302px;
  background-color: #FFFFFF;
}

div.product-average-rating div.ratings-details .title {
  padding-left: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
}

div.product-average-rating table td.rating {
  width: 5%;
  padding-right: 5px;
}

div.product-average-rating table td.percent {
  width: 80%;
  background: url(//etamax.com.au/online-shop/skins/default/en/modules/XC/Reviews/average_rating/../images/bgPercent.png) repeat-x;
  vertical-align: middle;
}

div.product-average-rating table td.count {
  width: 15%;
  padding-left: 10px;
  padding-right: 20px;
  white-space: nowrap;
}

div.rating-5 {
  background-color: #597E9A;
  height: 19px;
  float: left;
}

div.rating-4 {
  background-color: #6C8FA8;
  height: 19px;
  float: left;
}

div.rating-3 {
  background-color: #89A7BC;
  height: 19px;
  float: left;
}

div.rating-2 {
  background-color: #A3BDCD;
  height: 19px;
  float: left;
}

div.rating-1 {
  background-color: #C3D5E0;
  height: 19px;
  float: left;
}

div.rating-end {
  background-color: #FFFFFF;
  width: 2px;
  float: left;
}

input.button-average-rating {
  background: url(//etamax.com.au/online-shop/skins/default/en/modules/XC/Reviews/average_rating/../images/btnShowRating.png) no-repeat !important;
  cursor: pointer;
  border: none;
  height: 25px !important;
  padding: 0px !important;
  margin: 0px !important;
  border: 0px !important;
  width: 25px;
  vertical-align: top;
}

div.product-average-rating-container {
  position: absolute;
  z-index: 4500;
  margin-left: 105px;
  display: none;
}

td.product-cell div.product-average-rating {
  padding-bottom: 5px;
  position: relative;
}

div.product-average-rating div.reviews-count {
  position: absolute;
  margin-left: 111px;
  padding-top: 1px;
  top: 0px;
  white-space: nowrap;
}

.reviews-count a {
  white-space: nowrap;
}

ul.products-list div.product-average-rating div.reviews-count {
  position: inherit;
  padding-top: 0px;
  margin-left: 4px;
}

td.product-cell div.product-average-rating div.rating {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 5px;
}

div.product-details-info div.product-average-rating {
  position: relative;
  margin-top: 20px;
  padding-bottom: 10px;
}

div.product-average-rating div.vote-bar:hover {
  cursor: default;
}

div.product-average-rating div.vote-bar.editable:hover {
  cursor: pointer;
}

/***** AUTOGENERATED: vote_bar.css */
/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * Vote bar styles
 *
 * @author    Qualiteam software Ltd <info@x-cart.com>
 * @copyright Copyright (c) 2011-2014 Qualiteam software Ltd <info@x-cart.com>. All rights reserved
 * @license   http://www.x-cart.com/license-agreement.html X-Cart 5 License Agreement
 * @link      http://www.x-cart.com/
 */

.vote-bar {
  position: relative;
  font-size: 18px;
  display: inline-block;
  padding: 0px;
  margin: 0px;
}

.stars-row {
  display: block;
  white-space: nowrap;
  color: #d3d3d3;
  height: 25px;
}

.stars-row.static {
  position: absolute;
  top: 0;
  left: 0;
  color: #ffa52b;
  white-space: nowrap;
  overflow: hidden;
}
.stars-row.full {
  position: absolute;
  top: 0;
  left: 0;
  color: #ffa52b;
  white-space: nowrap;
  width: 105px;
}

.stars-row.hovered {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  color: #d3d3d3;
  overflow: hidden;
  width: 105px;
}

div.rating .star-single {
  display: inline-block;
}

.vote-bar.editable .stars-row.hovered .star-single.over {
  color: #f26821;
}

div.vote-bar:hover {
  cursor: default;
}

div.vote-bar.editable:hover {
  cursor: pointer;
}

/***** AUTOGENERATED: rating.css */
/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * Vote bar style
 *
 * @author    Qualiteam software Ltd <info@x-cart.com>
 * @copyright Copyright (c) 2011-2014 Qualiteam software Ltd <info@x-cart.com>. All rights reserved
 * @license   http://www.x-cart.com/license-agreement.html X-Cart 5 License Agreement
 * @link      http://www.x-cart.com/
 */

.vote-bar span.editable span
{
  background-position: 1px -40px;
}

.vote-bar span.editable span.full {
  background-position: 1px -60px;
}

.vote-bar span.editable:hover span {
  background-position: 1px -80px;
  cursor: pointer;
}

.vote-bar span.editable span.over {
  background-position: 1px -80px;
}

.vote-bar span.editable span img {
  background-position: 1px -60px;
}

.vote-bar span.editable span.over img {
  background-position: 1px -80px;
}

div.rating-tooltip {
  background-color: #FFFFFF;
  border: 1px solid #CADCE8;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  display: none;
  padding: 4px 10px;
  margin-top: 0px;
  line-height: 18px;
  z-index: 2000;
}

div.rating-tooltip div.text {
  padding-bottom: 0px !important;
  font-size: 12px;
}

div.rating-tooltip div.rate-tip {
  color: #2c5fa6;
}

/***** AUTOGENERATED: vote_bar.css */
/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * Vote bar styles
 *
 * @author    Qualiteam software Ltd <info@x-cart.com>
 * @copyright Copyright (c) 2011-2014 Qualiteam software Ltd <info@x-cart.com>. All rights reserved
 * @license   http://www.x-cart.com/license-agreement.html X-Cart 5 License Agreement
 * @link      http://www.x-cart.com/
 */

.vote-bar {
  position: relative;
  font-size: 18px;
  display: inline-block;
  padding: 0px;
  margin: 0px;
}

.stars-row {
  display: block;
  white-space: nowrap;
  color: #d3d3d3;
  height: 25px;
}

.stars-row.full {
  position: absolute;
  top: 0;
  left: 0;
  color: #ffa52b;
  white-space: nowrap;
  overflow: hidden;
}

.stars-row.hovered {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  color: #d3d3d3;
  overflow: hidden;
}

.star-single {
  display: inline-block;
  width: 16px;
}

.stars-row .star-single span {
  color: #d3d3d3;
  font-size: 18px;
}

.stars-row.full .star-single span {
  color: #ffa52b;
}

.stars-row.hovered .star-single span {
  color: #d3d3d3;
}

.vote-bar.editable .stars-row.hovered .star-single.over span {
  color: #f26821;
}

div.vote-bar:hover {
  cursor: default;
}

div.vote-bar.editable:hover {
  cursor: pointer;
}

/***** AUTOGENERATED: quantity_box.css */
/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * Product quantity box
 *
 * @author    Qualiteam software Ltd <info@x-cart.com>
 * @copyright Copyright (c) 2011-2014 Qualiteam software Ltd <info@x-cart.com>. All rights reserved
 * @license   http://www.x-cart.com/license-agreement.html X-Cart 5 License Agreement
 * @link      http://www.x-cart.com/
 */

input[type="text"].quantity.validation-error {
  border: 1px solid #e04013;
}

.product-max-qty {
  display: none;
  position: absolute;
  margin: -90px 0 0 8px;
  width: 79px;
  text-align: center;
  padding: 10px;
  color: #fff;
  z-index: 1000;
  background: url(//etamax.com.au/online-shop/skins/default/en/product/quantity_box/images/max_qty_box.png) no-repeat 8px 5px;
}

.product-quicklook .product-max-qty {
  margin-top: -70px;
}

/***** AUTOGENERATED: style.css */
/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * Add/edit review form styles
 *
 * @author    Qualiteam software Ltd <info@x-cart.com>
 * @copyright Copyright (c) 2011-2014 Qualiteam software Ltd <info@x-cart.com>. All rights reserved
 * @license   http://www.x-cart.com/license-agreement.html X-Cart 5 License Agreement
 * @link      http://www.x-cart.com/
 */

div.modify-review-dialog div.buttons {
  text-align: center;
}

div.modify-review-dialog input,
div.modify-review-dialog textarea {
  font-size: 14px;
}

div.modify-review-dialog input {
  width: 280px;
}

div.modify-review-dialog textarea {
  font-family: Arial;
  font-size: 12px !important;
}

div.add-review-button-disabled {
  font-size: 12px;
  color: #9F9F9F;
  padding-bottom: 5px;
}

div.icon-help-container {
  font-family: Helvetica, Arial, sans-serif;
  float: left;
}

div.modify-review-dialog div.form-item div.icon-help {
  background: transparent url(//etamax.com.au/online-shop/skins/default/en/modules/XC/Reviews/review/../images/iconHelp.png) no-repeat 1px top;
  height: 18px;
  width: 18px;
  display: inline-block;
  margin-right: 5px;
  float: left;
}

div.modify-review-dialog div.form-item div.icon-help:hover {
  cursor: pointer;
}

label.rating {
  float: left;
  white-space: nowrap;
}

div.modify-review-dialog .form-item {
  margin-top: 1em;
  margin-bottom: 1em;
}

div.modify-review-dialog .form-item label {
  width: 110px;
}

div.modify-review-dialog .form-item label.email {
  width: 97px;
}

div.modify-review-dialog .form-item label.rating,
div.modify-review-dialog .form-item label.review {
  width: 190px;
}


/***** AUTOGENERATED: items_list.css */
/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * ____file_title____
 *
 * @author    Qualiteam software Ltd <info@x-cart.com>
 * @copyright Copyright (c) 2011-2014 Qualiteam software Ltd <info@x-cart.com>. All rights reserved
 * @license   http://www.x-cart.com/license-agreement.html X-Cart 5 License Agreement
 * @link      http://www.x-cart.com/
 */

.items-list
{
}

/***** AUTOGENERATED: pager.css */
/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * Pager base styles
 *
 * @author    Qualiteam software Ltd <info@x-cart.com>
 * @copyright Copyright (c) 2011-2014 Qualiteam software Ltd <info@x-cart.com>. All rights reserved
 * @license   http://www.x-cart.com/license-agreement.html X-Cart 5 License Agreement
 * @link      http://www.x-cart.com/
 */

ul.pager,
ul.pager li
{
  margin: 0;
  padding: 0;
}

ul.pager li
{
  list-style: none;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center center;
}

ul.pager a,
ul.pager span
{
  width: 1em;
}

ul.pager li a,
ul.pager li span
{
  display: block;
  text-align: center;
  text-decoration: none;
}

/***** AUTOGENERATED: grid-list.css */
/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * ____file_title____
 *
 * @author    Qualiteam software Ltd <info@x-cart.com>
 * @copyright Copyright (c) 2011-2014 Qualiteam software Ltd <info@x-cart.com>. All rights reserved
 * @license   http://www.x-cart.com/license-agreement.html X-Cart 5 License Agreement
 * @link      http://www.x-cart.com/
 */

/*
 * Information on hacks used below is available at:
 * - http://blog.mozilla.com/webdev/2009/02/20/cross-browser-inline-block/
 * - http://foohack.com/2007/11/cross-browser-support-for-inline-block-styling/
 */

ul.grid-list,
ul.grid-list li
{
  padding: 0;
  margin: 0;
}

ul.grid-list li
{
  list-style: none;
  background-image: none;
  vertical-align: top;
  display: -moz-inline-stack;   /* FF2 supports this instead of "inline-block" */
  display: inline-block;
  border-style: solid;          /* Weird but FF requires this in order to display "inline-blocks" properly */
  border-color: transparent;    /* Hide the border in all browsers but IE6 */
  border-width: 0px;
}

/* IE6 requires this in order to correctly display li as "inline-blocks */
* html ul.grid-list li
{
  display: inline;
  border-style: none;           /* Hide the border in IE6 */
}

/* IE7 requires this in order to correctly display li as "inline-blocks */
*:first-child+html ul.grid-list li
{
  display: inline;
}

ul.grid-list a
{
  display: block;
  text-align: center;
}

ul.grid-list a span
{
  display: block;
  text-align: center;
  position: relative;       /* Hack for FF2: in FF2 static "inner-blocks" are non-clickable */
}

/***** AUTOGENERATED: style.css */
/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * Reviews list styles
 *
 * @author    Qualiteam software Ltd <info@x-cart.com>
 * @copyright Copyright (c) 2011-2014 Qualiteam software Ltd <info@x-cart.com>. All rights reserved
 * @license   http://www.x-cart.com/license-agreement.html X-Cart 5 License Agreement
 * @link      http://www.x-cart.com/
 */

ul.reviews-list .title {
  background: #E6E6E6;
  padding-top: 5px;
  padding-left: 10px;
  padding-bottom: 4px;
  margin-bottom: 8px;
}

ul.reviews-list .rating {
  padding-top: 2px;
  padding-bottom: 5px;
}

div.reviews ul {
  list-style: none;
}

div.reviews ul li {
  list-style: none;
  background: none;
  padding-left: 0px;
}

div.reviews div.text {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 5px;
  padding-right: 5px;
}

div.reviews div.title {
  font-size: 14px;
}

div.reviews div.title div.info {
  width: 20%;
  display: inline-table;
}

div.reviews div.title div.right-actions {
  text-align: right;
  display: inline-table;
  float: right;
}

div.reviews div.title .reviewer-name {
  font-size: 16px;
}

div.reviews div.title .date {
  font-size: 12px;
  color: #AAAAAA;
}

div.reviews div.right-actions div.separator {
  width: 5px;
}

div.reviews div.separator {
  display: inline-block;
  background-image: url(//etamax.com.au/online-shop/skins/default/en/modules/XC/Reviews/reviews_page/../images/line-separator.png);
  height: 20px;
  margin-top: 8px;
  vertical-align: middle;
  background-repeat: repeat-y;
  background-position: center left;
}

div.reviews div.approved-separator {
  width: 14%;
  display: inline-block;
}

div.reviews li.pending .title {
  background-color: #F2F2F2;
}

div.reviews li.pending {
  color: #A4A4A4;
}

div.reviews li.pending .date {
  color: #D8D8D8;
}

div.reviews li.pending div.vote-bar span {
  opacity: 0.5;
}

div.reviews div.moderation {
  float: left;
  font-weight: bold;
  font-style: italic;
  background-color: #BDBDBD;
  padding-right: 10px;
  color: #FFFFFF;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding-left: 10px;
  padding-top: 2px;
  padding-right: 10px;
  padding-bottom: 2px;
  margin-top: 7px; 
  margin-right: 15px;
  text-shadow: 1px 1px 2px #A4A4A4;
}

div.reviews div.right-actions div.buttons {
  float: right;
  margin: 6px 5px 0 10px;
}

div.header {
  position: relative;
}

div.header div.left {
  margin-right: 22%;
}

div.header div.left .head-h2 {
  margin: 0px;
  padding-top: 5px;
}

div.header div.line {
  padding-top: 5px;
  margin-bottom: 15px;
}

div.product-details-tabs div.header div.line {
  padding-top: 5px;
  margin-bottom: 2px;
}

div.product-reviews div.header div.right {
  bottom: 5px;
}

div.header div.right {
  position: absolute;
  padding: 3px;
  bottom: 0px;
  right: 0px;
}

div.product-details-tabs div.product-reviews div.list-pager {
  margin-bottom: 0px;
  height: 20px;
}

div.header div.average-rating {
  padding-top: 10px;
  padding-bottom: 10px;
}

div.header table.rating {
  border-width: 0px;
  border-style: none;
  margin: 0px;
}

div.header table.rating tr {
  border-width: 0px;
  border-style: none;
}

div.header table.rating td {
  border-width: 0px;
  border-style: none;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 5px;
  vertical-align: middle;
}
div.header div.title {
  font-size: 28px;
  color: #579ED2;
}

div.line {
  padding-top: 30px;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 25px;
}

div.empty-reviews-list {
  padding-top: 20px;
  padding-bottom: 20px;
}

button.edit-review {
  width: 26px;
  height: 26px;
  padding: 0;
}

button.edit-review:before {
	width: 100%;
	height: 100%;
	background: transparent;
	position: relative;
	top: auto;
	left: auto;
	margin: 0;
}

button.edit-review span {
  display: block;
  margin-top: 3px;
  margin-left: 2px;
}

/***** AUTOGENERATED: powered_by.css */
/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * Powered by widget style
 *
 * @author    Qualiteam software Ltd <info@x-cart.com>
 * @copyright Copyright (c) 2011-2014 Qualiteam software Ltd <info@x-cart.com>. All rights reserved
 * @license   http://www.x-cart.com/license-agreement.html X-Cart 5 License Agreement
 * @link      http://www.x-cart.com/
 */

.powered-by {
  text-align: center;
}

.powered-by p {
  display: inline-block;
}

/***** AUTOGENERATED: common.css */
/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * Common styles
 *
 * @author    Qualiteam software Ltd <info@x-cart.com>
 * @copyright Copyright (c) 2011-2014 Qualiteam software Ltd <info@x-cart.com>. All rights reserved
 * @license   http://www.x-cart.com/license-agreement.html X-Cart 5 License Agreement
 * @link      http://www.x-cart.com/
 */

.nowrap {
  white-space: nowrap;
}

/**
 * Markup free clearing.
 *
 * @see http://perishablepress.com/press/2009/12/06/new-clearfix-hack
 */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* IE6 */
* html .clearfix {
  height: 1%;
}

/* IE7 */
*:first-child + html .clearfix {
  min-height: 1%;
}

/**
 * HTML elements
 */
fieldset {
  margin-bottom: 1em;
  padding: 0.5em;
}

form {
  margin: 0px;
  padding: 0px;
}

hr {
  border: 0px none;
  border-top: 1px solid black;
  height: 0px;
}

img {
  border: 0px;
}

table {
  border: 0px;
  border-spacing: 0px;
  border-collapse: collapse;
}

.error {
  color: #8c2e0b;
}

.marker,
.form-required {
  color: #f00;
}

/***** AUTOGENERATED: layout.css */
/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * Layout styles
 *
 * @author    Qualiteam software Ltd <info@x-cart.com>
 * @copyright Copyright (c) 2011-2014 Qualiteam software Ltd <info@x-cart.com>. All rights reserved
 * @license   http://www.x-cart.com/license-agreement.html X-Cart 5 License Agreement
 * @link      http://www.x-cart.com/
 */

/**
 * COLUMNS
 */
.sidebar
{
  padding: 0;
  margin: 0;
}

#page-wrapper {
  min-height: 100%;
  position: relative;
}

#page-wrapper:after {
  height: 0;
  font-size: 0;
  line-height: 0;
}

#page{
  padding-bottom: 150px;
}

/**
 * HEADER
 */
#name-and-slogan
{
  display: table-cell;
}

#logo,
  #name-and-slogan
{
  vertical-align: middle;
}

#main-menu,
  #breadcrumb,
  #main-wrapper,
  #footer-area
{
  clear: both;
}

#main-wrapper{
  position: relative;
}

/***** AUTOGENERATED: theme.css */
/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * Theme common styles
 *
 * @author    Qualiteam software Ltd <info@x-cart.com>
 * @copyright Copyright (c) 2011-2014 Qualiteam software Ltd <info@x-cart.com>. All rights reserved
 * @license   http://www.x-cart.com/license-agreement.html X-Cart 5 License Agreement
 * @link      http://www.x-cart.com/
 */


/**
 * COMMON STYLES
 */

html, body{
    height: 100%;
}

h1
{
  margin: 0 0 9px;
  color: #404549;
}

h2,
.head-h2,
.ui-dialog .ui-dialog-title
{
  margin: 42px 0 16px;
}

fieldset legend
{
  font-size: 20px;
  margin-top: 8px;
}

h3,
.head-h3
{
  margin: 28px 0 16px;
}


h4,
.head-h4
{
  margin: 14px 0;
}

h5,
.head-h5
{
  font-style: italic;
}

hr {
  height: 0px;
  border: none;
  border-top: 1px solid #d7e1e8;
}

/**
 * Tables
 */

/* Sort arrows */

table th a
{
  text-decoration: none;
}

table .tablesort-indicator
{
  background: url(//etamax.com.au/online-shop/skins/default/en/css/../images/sort.png) no-repeat 0px 6px;
  position: relative;
  left: 0;
  top: -2px;
  font-size: 14px;
  padding-left: 10px;
  margin-left: 4px;
}

table .tablesort-indicator span
{
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

table .descending-order
{
  background-position: 0px -19px;
}

/*
 * Borders
 */

#main-menu,
.sidebar div.block,
.internal-popup,
.buttons-box
{
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

div.tabs .secondary a.active,
div.tabs .secondary span.active
{
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

#main-menu > li.first,
#main-menu > li.first a
{
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

ul.primary li a,
ul.primary li span
{
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-topright: 12px;
  -webkit-border-top-left-radius: 12px;
  -webkit-border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}



#header-bar div.block .content
{
  border-style: none;
}

#header,
#header .block .content,
#header-bar
{
  border-color: #cadce8;
}

#main-menu ul
{
  border-color: #b1c9e0;
}

div.block,
#social-links a,
blockquote,
.internal-popup
{
  border-color: #dfdfdf;
}

/*
 * Forms
 */

fieldset
{
  border-style: none;
}

label
{
  color: #53769d;
  font-size: 15px;
  font-weight: normal;
  line-height: 18px;
  vertical-align: top;
}

.form-item label {
  display: inline-block;
  vertical-align: top;
  color: #53769d;
  padding-top: 3px;
  font-weight: normal;
  width: 160px;
}

.form-item .description,
form .wysiwyg,
.form-item label.option,
form .wysiwyg + p
{
  padding-left: 165px;
}

.form-item .form-radios label.option,
.form-item .form-checkboxes label.option,
form table .form-item label.option
{
  padding-left: 0px;
}

.form-item .description {
  color: #1a6992;
  font-size: 10px;
  margin-top: 7px;
}

.form-item .resizable-textarea {
  display: inline-block;
  width: auto;
}

.form-item .form-radios,
.form-item .form-checkboxes
{
  display: inline-block;
  margin: 0px;
}

.form-required {
  line-height: 16px;
}

.password-parent {
  width: 42em;
}

div.password-strength,
div.password-confirm
{
  margin-top: 0px;
  font-size: 12px;
  padding-left: 3px;
}

.password-description ul li {
  background-image: none;
}

.form-type-radio .description,
.form-type-checkbox .description
{
  margin-left: 0px;
}

.form-type-radio label,
.form-type-checkbox label
{
  width: auto;
}

.form-item label.option {
}

/*
 * Buttons
 */

.action-links
{
  padding: 0;
  margin: 1.5em 0;
}


button {
  white-space: nowrap;
}

.action-links li
{
  display: inline;
  background-image: none;
  padding: 0 2em 0 0;
}



.action-links li a
{
/*   text-decoration: none; */
}


/* Hide the dotted outline */

input[type="submit"]::-moz-focus-inner,   /* FireFox */
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
button::-moz-focus-inner
{
  border : 0px;
}
input[type="submit"]:focus,               /* IE8 */
input[type="button"]:focus,
input[type="reset"]:focus,
button:focus
{
  outline : none;
}

/*
 * Definition lists
 */

dd
{
  margin: 0 0 1em;
}

/*
 * Paragraphs
 */

p,
ul,
ol,
blockquote
{
/*   line-height: 1.6em; */
  margin: 0 0 1em;
  padding: 0;
}

li
{
  margin: 0.5em 0 0;
}

li:first-child
{
  margin-top: 0;
}

div p:last-child
{
  margin-bottom: 0;
}

/*
 * Quotes
 */

blockquote
{
  color: #888;
  padding: 10px 20px 14px 50px;
  background: #f7f7f7 url(//etamax.com.au/online-shop/skins/default/en/css/../images/quote.png) no-repeat 17px 14px;
  border-style: solid;
  border-width: 1px;
}

blockquote .quote-author
{
  font-weight: normal;
  font-size: 14px;
  font-style: italic;
}

blockquote .quote-author em
{
  font-weight: bold;
}

/*
 * Lists
 */

ul,
ol
{
  padding-left: 0;
  margin-left: 0;
}

ol li
{
  list-style: decimal outside;
  padding-left: 0;
  margin-left: 26px;
}

ul li
{
  list-style: none;
  padding-left: 0px;
}

.item-list li,
  #toolbar li,
  ul.contextual-links li,
  ul.links li,
  .field-type-taxonomy-term-reference ul li,
  #main-menu li,
  #secondary-menu li,
  .account-links li,
  ul.menu li,
  ul.tabs li
{
  background-image: none;
}

#block-user-login .item-list ul li {
  margin-left: 0px;
}

.category-description ul,
  .product-description ul
{
  padding: inherit;
  margin: inherit;
  margin-bottom: 0px;
}

.category-description ul li,
  .product-description ul li
{
  list-style: inherit;
  list-style-position: inside;
  padding: inherit;
  margin: inherit;
  margin-bottom: 0px;
}

/*
 * Shadows
 */

#main-menu ul,
.internal-popup,
.buttons-box
{
  box-shadow: 1px 1px 5px silver;
  -webkit-box-shadow: 1px 1px 5px silver;
  -moz-box-shadow: 1px 1px 5px silver;
  /* Commented due to a problem in IE: IE crops drop-down submenus in the main menu */
  /*
  filter: progid:DXImageTransform.Microsoft.Shadow(color='silver', Direction= 135, Strength=3);
  */
}

/**
 * Popup
 */
.internal-popup
{
  border-style: solid;
  border-width: 1px;
  text-align: left;
  background: white;
}

/*
 *
 * HEADER
 *
 */

#site-name h1,
#site-name strong
{
  margin: 0;
  font-family: Verdana, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 30px;
}

#site-name a
{
  text-decoration: none;
  color: #316185;
}

#site-slogan
{
  font-style: italic;
  font-size: 15px;
  color: #5d94bd;
}

/* Action links */

.node ul.links
{
  display: block;
}

ul.links
{
  clear: both;
  margin: 0;
}

ul.links li
{
  padding: 0 1em 0 0;
  display: inline;
}

/*
 * Links generated by theme_links().
 */

ul.inline,
ul.links.inline
{
  display: inline;
  padding-left: 0;
}

ul.inline li
{
  display: inline;
  list-style-type: none;
  padding: 0 0.5em;
}


/*
 * Account links
 */

ul.account-links
{
  padding: 0;
  margin: 0;
  height: 46px;
  line-height: 44px;
}

ul.account-links li
{
  display: inline-block;
  list-style: none;
  padding: 0;
}

ul.account-links a
{
  /* text-decoration: none; */
}

ul.account-links a:hover
{
  text-decoration: underline;
}

ul.account-links span.email {
  color: #8a8a8a;
}

/* Popup forms */

#login-popup-box,
#password-popup-box
{
  width: 564px;
}

#login-popup-box #user-login,
#password-popup-box #user-pass
{
  text-align: left;
}

#login-popup-box label,
#password-popup-box label
{
  float: left;
}

#login-popup-box button,
#login-popup-box .description,
#login-popup-box .item-list
{
  margin-left: 90px;
}

#login-popup-box label
{
  width: 90px;
}

#password-popup-box button,
#password-popup-box .description,
#password-popup-box .item-list
{
  margin-left: 140px;
}

#password-popup-box label
{
  width: 140px;
}

.ui-dialog #login-popup-box .description,
.ui-dialog #password-popup-box .description
{
  margin-top: 4px;
  font-size: 11px;
  padding-left: 0px;
}

.ui-dialog #login-popup-box .description,
.ui-dialog #login-popup-box .description a,
.ui-dialog #password-popup-box .description,
.ui-dialog #password-popup-box .description a
{
  color: #1a6992;
}

.ui-dialog #login-popup-box input,
.ui-dialog #password-popup-box input
{
  width: 248px;
  border-style: solid;
  border-width: 1px;
  border-color: #949494 #ddd #ddd #949494;
  height: 22px;
  padding-left: 5px;
  padding-right: 5px;
}

.ui-dialog .form-required
{
  display: none;
}

.ui-dialog .form-item
{
  margin: 2em 0 1.5em;
}

.ui-dialog .item-list
{
  margin-top: 0.5em;
}

.ui-dialog ul,
.ui-dialog div.item-list li
{
  margin: 0;
  padding: 0;
}

.ui-dialog div.item-list li
{
  list-style: none;
  background-image: none;
}

/*
 * Popup box
 */

.ui-dialog {
   border: 0px none;
  overflow: visible;
  padding: 10px;
  background: #7a7a7a none;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0px;
  margin: 0px;
  -moz-border-radius: 0px;
  -webkit-border-top: 0px;
  border-radius: 0px;
  border: 0px none;
  background: #fff none;
  -moz-border-radius: 3px 3px 0px 0px;
  -webkit-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
}

.ui-dialog .ui-dialog-title {
  margin: 30px 30px 10px 30px;
  width: auto;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  display: block;
  width: 41px;
  height: 41px;
  background: #7a7a7a url(//etamax.com.au/online-shop/skins/default/en/css/../images/icon_window_close.png) no-repeat 10px 10px;
  outline: none;
  border: 0px none;
  z-index: 999999;
}

.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick {
  display: none;
}

.ui-dialog .ui-dialog-content {
  background-color: #fff;
  overflow: hidden;
  -moz-border-radius: 0px 0px 3px 3px;
  -webkit-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
  padding: 30px;
  padding-top: 10px;
  position: relative;
}

.ui-dialog.no-title .ui-dialog-title {
  display: none;
}

.ui-dialog.no-title .ui-dialog-content {
  padding-top: 40px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.mini-block-wait div {
  margin: 0px;
}

/*
 * Search box
 */

.simple-search-product-form
{
  float: right;
}

#search div.form-actions
{
  display: none;
}

/*
 * Primary links
 */

#main-menu
{
  margin: 0;
  padding: 0;
}

.no-breadcrumbs #main-menu
{
  margin-bottom: 20px;
}

.no-breadcrumbs h1#page-title {
  padding-top: 11px;
}

/*
 * Breadcrumbs
 */

#breadcrumb
{
  position: relative;
    float: left;
    width: 100%;
}

#breadcrumb li.last span {
  color: #a9a9a9;
}

#breadcrumb .home-link {
  line-height: 26px;
}

#breadcrumb .home-link img
{
  vertical-align: middle;
  position: relative;
  top: -1px;
  width: 23px;
  height: 23px;
}

#breadcrumb ul.breadcrumb {
  float: left;
}

ul.breadcrumb li.location-node {
  background: transparent none;
  position: relative;
  padding-left: 0px;
  margin: 2px 0 0;
}

ul.breadcrumb li.location-node a,
  ul.breadcrumb li.location-node span
{
  line-height: 24px;
}

ul.breadcrumb li.location-node span.separator {
  line-height: 20px;
}

ul.breadcrumb li:first-child {
  margin: 0px;
}

li.location-node:hover ul.location-subnodes {
  visibility: visible;
}

ul.location-subnodes {
  position: absolute;
  top: 20px;
  left: 22px;
  list-style-type: none;
  background-color: #fff;
  z-index: 10000;
  display: inline;
  visibility: hidden;
}

ul.location-subnodes li {
  background-image: none;
  padding: 0;
  white-space: nowrap;
}

ul.location-subnodes li a {
  line-height: inherit;
}

.location-title-subnodes-mark {
  text-decoration: none;
  padding-top: 0.2em;
}

ul.location-subnodes li a.current {
  font-weight: bold;
}

/*
 *
 * SIDEBARS
 *
 */

/*
 * Blocks
 */

.sidebar .block
{
  border-style: solid;
  border-width: 1px;
  padding: 20px;
  margin: 0 0 20px;
}

.sidebar .block .head-h2
{
  margin-top: -4px;
}

.sidebar .block-menu,
.sidebar .block-user
{
  padding-bottom: 14px;
}

.sidebar .block-menu .head-h2,
.sidebar .block-user .head-h2
{
  margin-bottom: 7px;
}

/*
 * Menus
 */

.sidebar ul.menu
{
  padding: 0;
  margin: 0;
}

.sidebar ul.menu li
{
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar ul.menu .first a           /* Hide the dotted border for the first item */
{
  border-style: none;
}

.sidebar ul.menu a,
.sidebar ul.menu li .first a,
.sidebar ul.menu .first li a        /* Restore the border for nested first items */
{
  border-top: 1px dotted #dfdfdf;
}

.sidebar ul.menu a
{
  display: block;
  text-decoration: none;
  padding: 8px 14px 6px 0;
}

.sidebar .block-without-title div > ul.menu > li.first > a
{
  padding-top: 0;
}

.sidebar ul.menu li li a
{
  padding-left: 16px;
}

.sidebar ul.menu li li li a
{
  padding-left: 32px;
  font-size: 12px;
}

.sidebar ul.menu li li li li a
{
  padding-left: 48px;
}

.sidebar ul.menu li li li li li a
{
  padding-left: 64px;
}

.sidebar ul.menu .expanded a
{
  background: url(//etamax.com.au/online-shop/skins/default/en/css/../images/menu-arrows.png) no-repeat 183px -40px;
}

.sidebar ul.menu .collapsed a
{
  background: url(//etamax.com.au/online-shop/skins/default/en/css/../images/menu-arrows.png) no-repeat 183px -3px;
}

.sidebar ul.menu .leaf a
{
  background-image: none;
}

.sidebar ul.menu .collapsed ul
{
  display: none;
}

.sidebar ul.menu a.active
{
  color: #646c76;
}

/*
 * Tabs
 */

/* Secondary tabs */

div.tabs .secondary
{
  padding: 11px;
  height: 22px;
  line-height: 22px;
}

div.tabs .secondary li
{
  border-style: none;
  margin: 0 10px 0 0;
}

div.tabs .secondary a,
div.tabs .secondary span
{
  text-decoration: underline;
}

div.tabs .secondary a.active,
div.tabs .secondary span.active
{
  border-style: none;
  background-color: #5296ca;
  text-decoration: none;
  color: white;
  padding: 3px 10px;
}

/*
 *
 * FOOTER
 *
 */

.sidebar,
#content
{
  margin-bottom: 40px;
}

#footer-area {
  font-size: 12px;
  background: #f7f7f7;
  padding: 0 26px;
  margin: 0;
  position: absolute;  /* Position Facebook and Twitter links inside the footer box */
  bottom: 0;
  width: auto;
  left: 20px;
  right: 20px;
  min-height: 78px;
}

.powered-by {
  padding-top: 13px;
  padding-bottom: 10px;
  font-size: 11px;
}

/*
 * Twitter and Facebook links
 */

#social-links
{
  position: absolute;
  top: -10px;
  right: 30px;
}

#social-links .social-link
{
  float: left;
  margin: 0 0 0 20px;
  height: 60px;
  padding-top: 30px;
}

#social-links a
{
  display: block;
  font-size: 11px;
  width: 126px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
}

#facebook-link
{
  background: url(//etamax.com.au/online-shop/skins/default/en/css/../images/facebook.png) no-repeat top left;
}

#twitter-link
{
  background: url(//etamax.com.au/online-shop/skins/default/en/css/../images/twitter.png) no-repeat top left;
}

#twitter-link a
{
  width: 121px;
  color: #0080bc;
}

/**
 * Secondary links
 */
#secondary-menu
{
  background: transparent;
  margin: 0 auto;
  width: auto;
  text-align: center;
  padding-top: 15px;
}

#secondary-menu span
{
  padding: 5px 0 5px 0;
  margin: 0;
  border: none !important;
  background: transparent !important;
}

#secondary-menu span a {
  line-height: 1.5em;
}

/**
 * Float box
 */
form .floatable-box {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  padding: 14px 17px;
  vertical-align: middle;
}

form .floatable-box.float-box {
  position: fixed;
  bottom: 20px;
  background-color: #fff;
  opacity: 0.9;
}


/*
 * Pagers
 */

.item-list ul.pager
{
  text-align: left;
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #dfdfdf;
}

.item-list ul.pager li
{
  padding: 0;
  list-style: none;
  vertical-align: top;
  display: -moz-inline-stack;   /* FF2 supports this instead of "inline-block" */
  display: inline-block;
  border-style: solid;          /* Weird but FF requires this in order to display "inline-blocks" properly */
  border-color: transparent;    /* Hide the border in all browsers but IE6 */
  border-width: 0px;
}


ul.pager a,
ul.pager span
{
  display: block;
  text-align: center;
  text-decoration: none;
  outline: none;
}

ul.pager li.next-page,
ul.pager li.previous-page
{
  text-indent: -8000em;
  background: transparent url(//etamax.com.au/online-shop/skins/default/en/css/../images/pager.png) no-repeat top left;
}

ul.pager li.previous-page
{
  background-position: 10px -31px;
}

ul.pager li.next-page
{
  background-position: 12px -61px;
}

/**
 * Form : user-profile
 */
#user-profile-form fieldset {
  margin-top: 33px;
}

#user-profile-form .form-item label {
  padding-left: 4px;
  width: 151px;
}

#user-profile-form .form-type-radio label,
#user-profile-form .form-type-checkbox label
{
  width: auto;
}


#user-profile-form legend {
  margin-left: -6px;
}

#user-profile-form .form-item .description,
#user-profile-form .wysiwyg,
#user-profile-form .wysiwyg + p
{
  padding-left: 160px;
}

#user-profile-form .form-item .form-checkbox,
#user-profile-form .form-item .form-radio
{
  padding-left: 0px;
  margin-left: 135px;
}

#user-profile-form .form-item .form-radios label.option,
#user-profile-form .form-item .form-checkboxes label.option
{
  padding-left: 0px;
}

#user-profile-form .form-required {
  float: right;
}

#user-profile-form #edit-mail-wrapper {
  margin-top: 10px;
}

#user-profile-form #edit-mail,
#user-profile-form #edit-pass-wrapper input,
#user-profile-form #edit-pass-pass2-wrapper input
{
  width: 240px;
}

#user-profile-form .form-type-password-confirm {
  margin-top: 48px;
}

#user-profile-form .form-item-pass-pass2 {
  margin-top: 30px;
}

#user-profile-form #edit-pass-wrapper input,
#user-profile-form #edit-pass-pass2-wrapper input
{
  vertical-align: middle;
}

#user-profile-form .form-item .password-suggestions {
  margin-left: 159px;
  margin-top: 14px;
  width: 416px;
  line-height: 20px;
  font-size: 12px;
  padding: 13px 17px;
}

#user-profile-form .password-suggestions li {
  background-image: none;
}

#user-profile-form .picture-block .fieldset-wrapper {
  margin-top: 9px;
}

#user-profile-form .picture-block .user-picture {
  float: left;
}

#user-profile-form .picture-block label.option,
#user-profile-form .picture-block .description
{
  padding-left: 0px;
}

#user-profile-form .picture-block .form-item {
  margin-left: 97px;
  margin-top: 0px;
  margin-bottom: 0px;
}

#user-profile-form .picture-block .form-item-picture-delete input {
  margin-top: 5px;
  margin-left: 2px;
}

#user-profile-form .picture-block .form-item-picture-delete label {
  vertical-align: middle;
}

#user-profile-form .picture-block .form-item-picture-delete .description {
  margin-left: 2.4em;
}

#user-profile-form .picture-block .form-item-files-picture-upload {
  padding-top: 4px;
}

#user-profile-form .picture-block .form-item-files-picture-upload label {
  display: block;
  width: 100%;
  padding-bottom: 4px;
}

#user-profile-form #edit-delete {
  border: 0px none;
  background: transparent url(//etamax.com.au/online-shop/skins/default/en/css/../images/icon_trash.png) no-repeat left 10px;
  color: #333;
  padding-left: 18px;
  padding-top: 5px;
  height: 36px;
  vertical-align: middle;
}

#user-profile-form #edit-delete span {
  text-decoration: underline;
  vertical-align: middle;
}

.this-is-demo-store {
  background-color: #ececec;
}

/***** AUTOGENERATED: style.css */
/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * Specific styles
 *
 * @author    Qualiteam software Ltd <info@x-cart.com>
 * @copyright Copyright (c) 2011-2014 Qualiteam software Ltd <info@x-cart.com>. All rights reserved
 * @license   http://www.x-cart.com/license-agreement.html X-Cart 5 License Agreement
 * @link      http://www.x-cart.com/
 */

/**
 * FONTS
 */


/**
 * Common styles
 */

/* Validation subsystem styles */
input.validation-error,
textarea.validation-error,
select.validation-error
{
  border-color: #ff0000;
}

::-webkit-input-placeholder {
  font-style: italic;
  font-size: 12px;
  color: #b8b8b8;
  font-weight: normal;
}

:-moz-placeholder {
  font-style: italic;
  font-size: 12px;
  color: #b8b8b8;
  font-weight: normal;
}

::-moz-placeholder {
  font-style: italic;
  font-size: 12px;
  color: #b8b8b8;
  font-weight: normal;
}

:-ms-input-placeholder {
  font-style: italic;
  font-size: 12px;
  color: #b8b8b8;
  font-weight: normal;
}

.inline-error {
  line-height: normal;
  font-size: 10px;
  color: #ec554e;
  font-style: italic;
  width: 100%;
  padding-top: 1px;
}

.address-dialog .message.inline-message,
.inline-message {
  line-height: normal;
  font-size: 10px;
  color: #019026;
  font-style: italic;
  width: 100%;
  padding-top: 1px;
}

form.invalid-form .form-error {
  line-height: normal;
  font-size: 12px;
  color: #ec554e;
}

/* validationEngine styles */
.formError {
}

.formError .formErrorContent {
  box-shadow: 1px 1px 5px silver;
  -moz-box-shadow: 1px 1px 5px silver;
  -webkit-box-shadow: 1px 1px 5px silver;
  -o-box-shadow: 1px 1px 5px silver;
  font-size: 12px;
}

.formError .formErrorContent,
  .formError .formErrorArrow div
{
  background-color: #e65e57;
}

/**
 * jQueryUI-based wait box
 */
.wait-box .ui-dialog-titlebar {
  display: none;
}

/* Single input progress mark */
.single-progress-mark {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0.5;
  background: #fefefe;
}

.profile .single-progress-mark {
  position: absolute;
}

.search-form label,
  ul.product-options ul li label,
  .checkout-block .profile .create .selector label,
  .checkout-block .payment-step ul.payments li label,
  .checkout-block form.place .terms label,
  .checkout-block .steps .shipping-step .save label,
  .checkout-block .steps .payment-step .save label,
  .checkout-block .payment-step .same-address label
{
  display: inline;
}

#shopping-cart table.selected-products,
  .search-form tbody,
  .search-form tr,
  .invoice-box tbody,
  .invoice-box tr,
  .search-orders,
  .search-orders tbody,
  .search-orders tr
{
  border: 0px none;
}

#shopping-cart .selected-products tbody.group tr td {
  padding-top: 30px;
}

#shopping-cart .selected-products tbody.group:first-child tr td {
  padding-top: 10px;
}

#shopping-cart .selected-products tbody.group tr td .group-title {
  font-size: 16px;
}

/*
 * Pager
 */

.list-pager
{
  margin-bottom: 10px;
  height: 45px;
}

.list-header
{
  background: #f7f7f7 url(//etamax.com.au/online-shop/skins/default/en/css/../images/list-header.png) repeat-x bottom left;
  height: 39px;
}

.list-header,
.products + .list-pager
{
  border-top: 1px solid #dfdfdf;
}

.products + .list-pager
{
  padding-top: 10px;
  margin-top: 20px;
}


.list-pager ul.pager,
  .list-header ul.display-modes,
  .list-header ul.display-sort
{
  float: left;
}

.list-pager .pager-items-total,
.list-header .sort-box
{
  float: right;
  font-size: 12px;
}

.list-pager .pager-items-total
{
  height: 24px;
}


.list-pager input
{
  width: 3em;
}

.list-header select,
.list-pager input
{
  margin-left: 0.5em;
  vertical-align: middle;
  margin-right: 0.5em;
  margin-bottom: 4px;
}


ul.pager .item a,
ul.pager .item span
{
  width: 28px;
  height: 28px;
  line-height: 28px;
}

ul.pager .more-pages
{
  height: 28px;
  line-height: 28px;
  margin: 0 -3px;
}

ul.pager li.item
{
  border: 1px solid #d7e1e8;
  margin: 0 3px;
}

ul.pager li.active:hover
{
  border-color: #b1c9e0;
}

ul.pager li.selected
{
  border-color: #5b9ece;
}

ul.pager li.selected
{
  background-color: #5b9ece;
  color: #fff;
  cursor: text;
}

ul.pager li.disabled
{
  display: none;
}

ul.pager li.skipped-pages
{
  border: none;
  width: 0.3em;
  vertical-align: bottom;
}

ul.pager li.previous-page
{
  margin-right: 13px;
}

ul.pager li.next-page
{
  margin-left: 13px;
}


.items-list ul.display-modes,
  .items-list ul.display-sort
{
  line-height: 38px;
  margin-left: 16px;
}

.items-list ul.display-modes li,
  .items-list ul.display-sort li
{
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
  margin: 0px;
}

ul.display-modes li a,
  ul.display-sort li a
{
  padding: 0 8px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

ul.display-sort li a
{
  /* font-size: 15px; */
}

ul.display-modes li a span.text {
  display: none;
}

.sort-arrow.sort-arrow-desc,
  .sort-arrow.sort-arrow-asc
{
  display: inline-block;
  width: 7px;
  height: 9px;
  margin-left: 2px;
}

.sort-arrow.sort-arrow-desc {
  background: transparent url(//etamax.com.au/online-shop/skins/default/en/css/../images/arrow-up.png) 0 0 no-repeat;
}

.sort-arrow.sort-arrow-asc {
  background: transparent url(//etamax.com.au/online-shop/skins/default/en/css/../images/arrow-down.png) 0 0 no-repeat;
}

div.list-header .sort-box
{
  color: #53769d;
  margin-right: 12px;
}

div.list-header .sort-box label {
  display: inline;
  color: #53769d;
  font-size: 12px;
  line-height: 36px;
}

table.form-data,
table.form-data tbody,
table.form-data tr,
table.form-data th,
table.form-data td
{
  border: 0px none;
  border-spacing: 0px;
}

table.form-data td {
  padding: 3px;
}

div.default-section {
  float: left;
}

div.table-label label {
  display: block;
}

ul.main-table {
  list-style: none;
}

ul.main-table li {
  background-image: none;
  padding: 6px 3px;
  float: left;
  clear: left;
}

div.default-section {
  float: left;
}

div.model-form-buttons {
  clear: left;
  padding-top: 20px;
}

ul.default-table {
  list-style: none;
  min-width: 450px;
}

ul.default-table li {
  background-image: none;
  padding: 6px 0px 0px 0px;
  float: left;
  clear: left;
}

div.table-label {
  float: left;
  padding-top: 2px;
}

ul.default-table div.table-label label {
  width: 80px;
}

div.star {
  float: left;
  width: 10px;
}

div.table-value {
  float: left;
}

.input-field-wrapper {
  display: inline-block;
}

/* Colorbox jQuery plugin */
#colorbox,
  #cboxOverlay,
  #cboxWrapper
{
  z-index: 100000;
}

/**
 * Category page: products and subcategories
 */

h1#page-title.hidden-title
{
  display: none;
}

/* Subcategories */

.category-description,
  ul.subcategory-list
{
  margin-bottom: 40px;
}

ul.subcategory-list {
  margin-top: 5px;
}

ul.subcategory-list a {
  font-size: 19px;
}

/* Products */

.list-header,
.category-products
{
  margin-bottom: 20px;
}

/* Products grid */

.products {
/*     position: relative;
    z-index: 198; */
}

.products table.products-grid
{
  border-collapse: separate;
  border-spacing: 20px;
  margin: -20px;
  width: 730px;
}

.products table.products-list
{
  border-collapse: separate;
}

.products-grid .product-cell,
  .products-grid .product-cell .ui-draggable-dragging,
  .product-cell.ui-draggable-dragging,
  .products-sidebar .product-cell .product,
  .products-sidebar .product-cell .product.ui-draggable-dragging
{
  border-color: #eee;
  border-style: solid;
  border-width: 1px;
}

.products-sidebar .product-cell .product {
  border-color: #fff;
}

.products-list .product-cell td.product-photo
{
  border-color: transparent;
  border-style: solid none solid solid;
  border-width: 1px;
}

.products-list .product-cell td.product-info
{
  border-color: transparent;
  border-style: solid solid solid none;
  border-width: 1px;
}

.products-grid .product-cell:hover,
.products-grid .product-cell .ui-draggable-dragging,
.products-list .product-cell:hover td.product-photo,
.products-list .product-cell:hover td.product-info,
.products-sidebar .product-cell:hover .product,
.products-sidebar .product-cell .product.ui-draggable-dragging,
.products-list .ui-draggable-dragging td.product-photo,
.products-list .ui-draggable-dragging td.product-info
{
  border-color: #bbc7d2;
}


.products .product-cell,
.products table.product td
{
  padding: 0;
  position: relative;
}

.products .product,
.products table.product td
{
  padding: 12px;
}

.products-grid li.product-cell
{
  padding-top: 0;
  margin: 20px 16px 0 0;
  width: 27.5%;       /* We assume there is 3 columns only; can be overriden for specific product widgets by the container class */
  min-height: 295px;  /* Support for product names less than two lines */
}

.products-grid li:first-child,
.products-grid li:first-child + li,
.products-grid li:first-child + li + li
{
  margin-top: 0;
}

.products-grid li:nth-child(3n) /* TODO: make sure that it doesn't result into a problem in IE6, IE7 and IE8 */
{
  margin-right: 0;
}

/* Drag'n'drop */

.products-grid li,
.products-sidebar .product-cell .ui-draggable-dragging,
.products-grid .product-cell .ui-draggable-dragging,
.products-list .ui-draggable-dragging
{
  background-color: white;
  opacity: 0.9;
}

.products-list .ui-draggable-dragging{
  padding: 12px !important;
}

.products .products-table
{
  border-collapse: separate;
  border-style: none;
  margin-bottom: 17px;
}

.products-table th
{
  border-color: #e4e4e4;
  border-width: 1px;
  border-style: solid none;
  text-align: left;
  font-weight: normal;
  color: #888;
  padding-top: 8px;
  padding-bottom: 7px;
  font-size: 12px;
}

.products-table td
{
  border-color: #c2c2c2;
  border-style: none none dotted;
  padding-top: 10px;
  padding-bottom: 9px;
  font-size: 14px;
}

.products-table th,
.products-table tr:hover td
{
  background: #f8f8f8;
}

.products-table th,
.products-table td
{
  padding-left: 0px;
  padding-right: 12px;
  vertical-align: middle;
}

.products-table tr th:first-child,
.products-table tr td:first-child
{
  padding-left: 12px;
}

.products-table input
{
  margin: 0;
  vertical-align: middle;
}

.products .product-buy-selected
{
  margin-top: 0;
  margin-bottom: 0;
}

.products-table .caption-product-name
{
  width: 100%;
}

.products-table .caption-product-price
{
  text-align: left;
}

.products-table .caption-product-qty
{
  text-align: center;
}

.products-table tr:last-child td
{
  border-style: none;
}

.products-table .product-link
{
  text-decoration: none;
}

.products input.product-qty
{
  width: 25px;
  padding: 0px 3px 1px;
}

.cart-tray
{
  position: fixed;
  top: 5em;
  right: 5em;
  z-index: 200;
  width: 154px;
  height: 217px;
  border-style: solid;
  border-color: #bbc7d2;
  border-width: 1px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 2px 2px 3px #bbc7d2;
  -moz-box-shadow: 2px 2px 3px #bbc7d2;
  -webkit-box-shadow: 2px 2px 3px #bbc7d2;
}

.cart-tray .tray-area
{
  background-color: #eff8fe;
  height: 201px;
  width: 138px;
  margin: 8px;
}

.cart-tray .tray-area .centered-tray-box
{
  padding-top: 145px;
  margin: 0 auto;
  width: 130px;
}

.cart-tray.droppable .tray-area
{
  background-color: white;
}

.cart-tray .tray-status
{
  color: #53769d;
  line-height: 1.5;
}

.cart-tray .progress-bar
{
  border: 1px solid #CADCE8;
  background-color: #fff;
  width: 100%;
}

.cart-tray .block-wait {
  border: 0px none;
  min-width: 100%;
}

.products-grid .product-thumbnail
{
  margin-bottom: 20px;
}

.products .product-name
{
  margin: 0;
  text-align: left;
}

.products .product-name a
{
  text-decoration: none;
  text-align: left;
}

.products-grid .product-name,
.products-grid .price
{
  font-size: 18px;
  padding: 0 4px;
}

.products-grid .product-name{
    min-height: 40px;
}

.products-list .product-name,
.products-list .price
{
  font-size: 20px;
}

.products-sidebar .product-name {
  text-align: center;
  font-size: 16px;
}

.products ul.product-price {
  list-style: none;
  display: block;
  margin-bottom: 0px;
}

.products .products-table ul.product-price {
  margin-bottom: 0px;
}

.products ul.product-price li {
  display: inline-block;
  background: none;
  padding: 0px;
}

.products span.product-price
{
  display: block;
  white-space: nowrap;

}

.products-table span.product-price
{
  text-align: right;
}

.products-grid span.product-price,
.products-list span.product-price
{
  padding-top: 0.5em;
}

.products .product .drag-n-drop-handle
{
  font-size: 11px;
  color: #8fa8c0;
}

.products-grid .product .drag-n-drop-handle
{
  position: relative;
  top: -10px;
  left: -6px;
}

.products-list .product .drag-n-drop-handle
{
  position: absolute;
  right: 0px;
  top: -12px;
}

.products-sidebar-small-thumbnails .product-cell .product {
  padding-left: 0px;
}

.products-sidebar-small-thumbnails .product-name,
.products-sidebar-big-thumbnails .product-name
{
  font-size: 16px;
  padding-top: 10px;
}

.products-sidebar-small-thumbnails .product-name {
  line-height: 18px;
}

.products-sidebar-big-thumbnails .product-name
{
  text-align: center;
}

.products-sidebar-small-thumbnails span.product-price {
  padding-top: 5px;
}

ul.products-sidebar-text-links li.product-cell {
  background-image: url(//etamax.com.au/online-shop/skins/default/en/css/../images/products-sidebar-bullet.png);
  background-position: 1px 50%;
  background-repeat: no-repeat;
}

ul.products-sidebar-text-links li .product {
  line-height: normal;
  padding-bottom: 0px;
  padding-left: 11px;
}

.products-sidebar-text-links .product-name {
  font-size: 14px;
  font-family: Helvetica, Arial;
}

/**
 * Product block
 */
.product-block .product {
  padding: 0px;
}

.product-block .product-name
{
  font-size: 16px;
  padding-top: 0px;
  font-family: Helvetica, Arial;
  text-align: left;
}

.product-block span.product-price {
  padding-top: 3px;
  line-height: 21px;
}

/**
 * Categories menu
 */
.sidebar .catalog-categories > li > a
{
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

/**
 * Product options
 */

ul.product-options,
ul.product-options li.product-option
{
  background-color: #eff8fe;
}

.block-container ul.product-options,
.block-container ul.product-options li.product-option
{
  background-color: transparent;
}

.block-container ul.product-options {
  padding-top: 0px;
}

.block-container .change-options .butons {
  padding-top: 10px;
  border-top: 1px solid #ddd;
}

.block-container .change-options .butons button {
  margin-bottom: 0px;
}

ul.product-options
{
  width: auto;
  margin-right: 20px;
  padding: 13px 20px 0;
}

ul.product-options li.product-option
{
  padding: 0 0 13px;
}

.ui-dialog .change-options .head-h2.ajax-title-loadable  {
  font-size: 24px;
}

/**
 * Product details page & product quick look
 */


.target-product.non-added-product #breadcrumb .top-continue {
  display: none;
}

div.product-details .product-details-info
{
  position: relative;
  margin-left: 20px;
}

.ui-dialog .product-quicklook .product-details-info
{
  position: relative;
}

body.store-product h1#page-title,
.ui-dialog .product-quicklook .block-subcontainer > .head-h2
{
  display: none;
}

.product-details div.image
{
  position: relative;
  text-align: center;
}

.product-details .image.empty .empty-icon {
  color: #f4f4f4;
  font-size: 55px;
  padding: 34px 32px;
}

.product-details .image.empty {
  padding-top: 7px;
}

.product-details .product-photo
{
  text-align: center;
  margin: 0 auto;
}

.product-details .image.empty .product-photo {
  margin: 0 auto;
  max-width: 300px;
  width: 100%;
}

.product-details .product-photo-box
{
  margin: 0px auto;
  text-align: center;
  position: relative;
}

.product-details .product-photo-box .arrow
{
  display: none;
  outline-style: none;
  width: 55px;
  height: 55px;
}

.product-details .product-photo-box .arrow img
{
  width: 55px;
  height: 55px;
  display: block;
}

.product-details .product-photo-box .left-arrow img
{
  background: transparent url(//etamax.com.au/online-shop/skins/default/en/css/../images/arrow_big_left.png) no-repeat left top;
}

.product-details .product-photo-box .right-arrow img
{
  background: transparent url(//etamax.com.au/online-shop/skins/default/en/css/../images/arrow_big_right.png) no-repeat right top;
}


.product-details .cloud-zoom
{
  cursor: default;
}


.product-details .loupe
{
  display: block;
  margin: 0px auto;
  width: 55px;
  height: 55px;
  outline-style: none;
}

.product-details .loupe img
{
  background: transparent url(//etamax.com.au/online-shop/skins/default/en/css/../images/loupe.png) no-repeat left top;
  width: 55px;
  height: 55px;
}

.product-details .empty .loupe {
  display: none;
}

.product-image-gallery ul
{
  background-color: #ededed;
  padding: 8px;
  margin-top: 19px;
  margin-bottom: 0;
}

.product-image-gallery li
{
  padding: 0px;
  margin: 4px;
  border: 3px solid #fff;
  list-style: none;
  float: left;
  width: 66px;
  height: 66px;
  background-color: #fff;
  vertical-align: middle;
  text-align: center;
}

.product-image-gallery li.selected
{
  border-color: #6d6d6d;
}

.product-details div.image,
.product-details .product-details-info
{
  margin-bottom: 25px;
}



.product-details .product-rating
{
  height: 23px;
  vertical-align: middle;
}

.product-details .product-rating a
{
  font-size: 12px;
  margin: 0 8px;
}

.product-details .product-rating span.rating-stars
{
  color: #ffb000;
  font-size: 23px;
  letter-spacing: 3px;
  position: relative;
  top: 3px;
  left: 0;
}



.product-details .product-more-link,
.product-details .stock-level,
.product-quicklook .stock-level
{
  font-size: 18px;
}

.product-details .product-more-link,
.product-quicklook .product-more-link
{
  margin-bottom: 20px;
  display: block;
}

.product-quicklook .product-more-link {
  outline: none;
}

.product-details .brief-descr,
.product-quicklook .brief-descr
{
  margin-bottom: 10px;
}

div.product-price {
  display: inline-block;
}

.product-details div.product-price {
  display: block;
}

.products-sidebar div.product-price {
  display: block;
}

.product-details span.product-price,
.product-quicklook span.product-price
{
  font-size: 36px;
  line-height: 33px;
  margin-top: 18px;
  display: inline-block;
}

.product-details ul.product-price,
  .product-quicklook ul.product-price
{
  list-style: none;
  display: inline-block;
  margin-bottom: 10px;
}

.product-details ul.product-price li,
  .product-quicklook ul.product-price li
{
  display: inline-block;
  background: none;
  padding: 0px;
}

.product-details .product-notify-on-price-drop,
  .product-quicklook .product-notify-on-price-drop
{
  margin: 6px 0 24px;
  font-size: 12px;
}


.product-details .product-options,
.product-quicklook .product-options
{
  margin-top: 15px;
}

.product-details .product-buttons,
.product-quicklook .product-buttons
{
  margin-top: 10px;
}


.product-details .product-buttons button,
.product-quicklook .product-buttons button
{
  margin-top: 0px;
  margin-bottom: 0px;
}

.add-button-wrapper {
  display: inline-block;
}

.product-details .product-qty,
  .product-quicklook .product-qty
{
  padding-right: 10px;
  display: inline-block;
}

.product-details-info .product-buttons .buttons-row > * {
  vertical-align: middle;
}

.product-details .product-out-of-stock,
.product-quicklook .product-out-of-stock,
.product-details .product-items-available
{
  color: #888;
}

.product-details .product-in-stock,
.product-quicklook .product-in-stock
{
  color: #019026;
}

.product-details .product-out-of-stock,
.product-quicklook .product-out-of-stock,
.product-details .product-in-stock,
.product-quicklook .product-in-stock
{
  display: block;
}

.product-details .product-items-available,
.product-quicklook .product-items-available
{
  font-size: 14px;
}

.product-details input.quantity,
.product-quicklook input.quantity
{
  border-width: 1px;
  width: 42px;
  text-align: right;
  padding: 4px 6px;
  margin-left: 8px;
  vertical-align: middle;
}

.product-details .quantity-box-container .wheel-mark,
.product-quicklook .quantity-box-container .wheel-mark
{
  vertical-align: middle;
  margin-right: 0px;
}

/**
 * Default styling for the product description
 */

.product-details .product-added-note,
.product-quicklook .product-added-note
{
  margin: 30px 0 20px;
  font-size: 15px;
  line-height: 1;
  color: #60ac70;
  vertical-align: middle;
}

.product-details .product-added-note .fa-check-square,
.product-quicklook .product-added-note .fa-check-square
{
  font-size: 19px;
  vertical-align: middle;
  line-height: 16px;
  padding-right: 5px;
}

div.product-details button.continue,
.product-quicklook button.continue
{
  margin: 20px 0px 10px;
}

.product-details .continue-button-intend
{
  width: 112px;
  float: left;
}

.product-details .share
{
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
  margin-top: 20px;
}

.product-details .extra-fields
{
  list-style: none;
  padding: 0px;
  padding-top: 6px;
  margin: 0px;
}

.product-details .extra-fields li
{
  list-style: none;
  padding: 4px 0px;
  margin: 0px;
  background-image: none;
  font-size: 14px;
}

.product-details .extra-fields li strong
{
  font-weight: normal;
  background-color: #fff;
  padding-right: 3px;
}

.product-details .extra-fields li .head-h3
{
  margin: 11px 0 0 0;
  color: #456583;
  font-size: 16px;
}

.product-details .extra-fields li span
{
  display: inline-block;
  color: #1f1f1f;
  vertical-align: bottom;
  max-width: 700px;
}

.product-details .extra-fields li span.checkbox.no-checked
{
  color: #7e7e7e;
}

.product-details .extra-fields li div
{
  width: 246px;
  display: inline-block;
  color: #7e7e7e;
  background: url(//etamax.com.au/online-shop/skins/default/en/css/../images/dotted.png) repeat-x scroll 0 bottom transparent;
  vertical-align: top;
  overflow: hidden;
}

.product-details .extra-fields li ul li div
{
  width: 226px;
}

.product-details .extra-fields li ul li
{
  margin-top: 5px;
}

.product-details .extra-fields li ul
{
  margin: 0 0 0 20px;
}

.product-details .extra-fields ul {
  line-height: 20px;
}

table.list-body td.box-product a.product-thumbnail
{
  width: 194px;
}

table.list-body
{
  border-collapse: separate;
  border: none;
}

table.list-body tr.info span.price
{
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #e65a00;
  padding-top: 0.5em;
}

table.list-body td.box-product,
table.list-body-list td.body
{
  border: 1px solid #ececec;
}

table.list-body-list td.box-product
{
  border-right: none;
}

table.list-body-list td.body
{
  border-left: none;
}

table.list-body-grid td.box-product:hover
{
  border: 1px solid #bbc7d2;
}

table.list-body-list
{
  border-collapse: separate;
  border-spacing: 0 1.5em;
}

table.list-body-list td
{
  border: 1px solid #fff;
  vertical-align: top;
}

/**
 * MINICART widgets
 */

.lc-minicart
{
  text-align: center;
  height: 100%;
  position: relative;         /* Position nested popups inside these blocks */
  cursor: pointer;
}

.lc-minicart:hover
{
  background-color: white;
}

.lc-minicart.empty
{
  cursor: auto;
}

.lc-minicart .minicart-items-number,
.lc-minicart .minicart-items-text
{
  color: #6999c4;
}

.lc-minicart .items-list {
  padding: 10px;
  width: 270px;
  right: 0;
  left: auto;
  top: 73px;
  bottom: auto;
  z-index: 900;
  display: block;
  cursor: auto;
}

.lc-minicart p.title
{
  font-size: 19px;
  padding: 5px 10px 3px;
  margin-bottom: 8px;
}

.lc-minicart .items-list ul,
  .lc-minicart .items-list li
{
  list-style: none;
  background: transparent none;
  padding: 0px;
  margin: 0px;
}

.lc-minicart .items-list li {
  font-size: 12px;
  padding-left: 10px;
  padding-top: 9px;
  padding-bottom: 7px;
  line-height: normal;
  margin-bottom: 3px;
}

.lc-minicart .items-list li:hover,
  .lc-minicart .items-list li.hover
{
  background-color: #f2f2f2;
}

.lc-minicart .items-list .item-price {
  color: #404040;
  padding-top: 6px;
  display: inline-block;
}

.lc-minicart .other-items {
  font-size: 12px;
  line-height: normal;
  margin: 0px;
  padding-left: 10px;
  padding-top: 9px;
}

.lc-minicart .subtotal {
  padding-top: 10px;
  padding-left: 10px;
}

.lc-minicart hr {
  margin: 13px 8px 10px;
}

.lc-minicart .buttons-row {
  padding-left: 10px;
  text-align: center;
  white-space: normal;
}

.lc-minicart .buttons-row .checkout {
  margin-left: 5px;
}

.lc-minicart .buttons-row button{
    margin-bottom: 5px;
    margin-top: 5px;
}

/**
 * Separator of Checkout buttons (- OR -)
 */
.buttons-separator {
  padding-top: 7px;
  padding-bottom: 10px;
  text-align: center;
}

.buttons-separator span {
  color: #8F8F8F;
}

.button .buttons-separator span {
  padding-left: 0px;
}


/**
 * Cart
 */
body.store-cart #breadcrumbs {
  display: none;
}

body.store-cart #main h1 {
  padding-top: 29px;
  color: #505b67;
}

#shopping-cart {
  padding-top: 14px;
}

#shopping-cart table.selected-products {
  border-collapse: separate;
  margin-bottom: 3px;
*  border-top: 1px solid #dddddd;
}

#shopping-cart .selected-products td {
  border: 0px none;
  padding: 0px;
  border-bottom: 1px solid #dddddd;
  vertical-align: top;
}

#shopping-cart .selected-products .selected-product:last-child td {
  border: none;
}

#shopping-cart table.selected-products tbody:last-child {
  border-bottom: 1px solid red;
}


#shopping-cart td.item-remove {
  padding: 14px 3px;
  text-align: center;
  width: 13px;
}

#shopping-cart td.item-remove input {
  background: transparent url(//etamax.com.au/online-shop/skins/default/en/css/../images/icon_cross_circle.png) no-repeat left top;
  border: none;
  width: 13px;
  height: 13px;
  padding: 0;
}

#shopping-cart td.item-remove input:hover {
  background-position: left -13px;
}

#shopping-cart td.item-thumbnail {
  text-align: center;
  padding: 8px 7px;
  width: 80px;
}

#shopping-cart td.item-info {
  padding: 14px 4px 1px;
  color: #000;
}

#shopping-cart td.item-info .item-title a {
  text-decoration: none;
  font-size: 14px;
}

#shopping-cart td.item-info p,
  #shopping-cart td.item-info div.item-options
{
  margin-bottom: 7px;
}

#shopping-cart td.item-info span {
  color: #7e7e7e;
}

#shopping-cart td.item-info ul,
  #shopping-cart td.item-info li
{
  display: inline;
  margin: 0px;
  padding: 0px;
  width: auto;
  background: transparent none;
}

#shopping-cart td.item-price,
  #shopping-cart td.item-multi,
  #shopping-cart td.item-qty,
  #shopping-cart td.item-equal,
  #shopping-cart td.item-subtotal
{
  white-space: nowrap;
  padding: 15px 3px 1px 3px;
  font-size: 14px;
}

#shopping-cart td.item-price {
  text-align: right;
  padding-right: 7px;
}

#shopping-cart td.item-multi {
  color: #919191;
  padding-top: 9px;
  width: 12px;
  font-size: 20px;
}

#shopping-cart td.item-qty {
  padding-top: 11px;
  text-align: center;
  width: 52px;
}

#shopping-cart td.item-qty input {
  width: 55px;
  text-align: right;
}

#shopping-cart td.item-equals {
  padding-top: 14px;
  width: 12px;
}

#shopping-cart td.item-subtotal {
  width: 65px;
  text-align: right;
}

#shopping-cart td.item-subtotal .modified-subtotal,
#cart .totals .subtotal .modified-subtotal,
.checkout-block .review-step .items-row .modified-subtotal,
#cart li.order-modifier .including-owner,
.checkout-block .review-step .including-owner
{
  border-bottom: 1px dotted #c2c2c2;
  cursor: help;
}

.discount-code-modifier .value {
  color: #397928;
}

table.including-modifiers,
table.including-modifiers tbody,
table.including-modifiers tr,
table.including-modifiers td
{
  border: 0px none;
  margin: 0px;
}

table.including-modifiers td {
  white-space: nowrap;
  padding: 6px;
}

table.including-modifiers td.value {
  text-align: right;
}

#shopping-cart .cart-buttons {
  height: 36px;
}

#shopping-cart .cart-buttons form div {
  display: inline;
  width: auto;
}

#shopping-cart .cart-buttons form {
  display: inline;
  padding-left: 10px;
}

#shopping-cart .cart-buttons a {
  line-height: 36px;
  vertical-align: middle;
}

#shopping-cart .sums {
  text-align: right;
  padding: 0px;
  margin: 0px;
  list-style: none;
  background: transparent none;
  padding-top: 15px;
}

#shopping-cart .sums li {
  padding: 0px;
  margin: 0px;
  list-style: none;
  background: transparent none;
  font-size: 18px;
}

#shopping-cart .sums li strong {
  font-weight: normal;
}

#cart-right {
  margin-top: 14px;
}

#cart-right .totals {
  border: 1px solid #dfdfdf;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 15px;
  margin: 0px;
  list-style: none;
  background: transparent none;
}

#cart-right .totals li {
  position: relative;
  text-align: right;
  padding: 0px;
  margin: 0px;
  list-style: none;
  background: transparent none;
  font-size: 16px;
  padding: 4px;
  white-space: nowrap;
}

#cart-right .totals li strong {
  display: block;
  float: left;
  color: #7e7e7e;
  font-weight: normal;
}

#cart-right .totals li.total {
  font-size: 22px;
  padding-top: 12px;
  color: #f57300;
}

#cart-right .totals li.total strong {
  color: #505b67;
}

#cart-right .totals li.button {
  padding-top: 7px;
  padding-bottom: 0px;
  text-align: center;
}

#cart-right .totals li.button button.disabled span {
  background-image: none;
}

#cart-right .totals li.disabled-reason .reason-details {
  white-space: normal;
  min-width: 220px;
  margin-top: 2px;
}

.reason-details p {
  font-size: 12px;
  text-align: center;
  font-family: Arial;
  color: #cc2c01;
  line-height: 17px;
  padding-top: 6px;
  margin: 0px;
}

#cart-right .box {
  padding: 0px;
  background-color: #f6f6f6;
  margin-top: 20px;
}

#cart-right .box > div {
  border-top: 1px solid #d9d9d9;
  margin-top: 4px;
  margin-left: 20px;
  margin-right: 20px;
}

#cart-right .box > div:first-child {
  border-top: none;
  margin: 0;
}

#cart-right .box ul {
  padding: 0px;
  margin: 0px;
}

#cart-right .box ul li {
  padding: 6px 0px;
  margin: 0px;
  background-image: none;
  list-style: none;
}

#cart-right .estimator {
  padding: 11px 21px;
}

#cart-right .estimator ul span {
  color: #7e7e7e;
  display: block;
}

#cart-right .estimator .link {
  padding: 6px 0px;
}

#cart-right .estimator .buttons {
  text-align: center;
}

#cart-right .estimator .error {
  display: block;
}

/**
 * Shipping estimator
 */

.ajax-container-loadable.ctrl-customer-shippingestimate {
  min-width: 470px !important;
}

form.estimator ul,
  .estimate-methods ul
{
  margin: 0px;
  padding: 0px;
}

form.estimator ul.form li,
  .estimate-methods ul li
{
  list-style: none;
  background-image: none;
  padding: 0px;
  margin: 0px;
}

form.estimator ul.form li {
  padding: 5px 0px;
  display: block;
  clear: both;
  float: left;
  width: 100%;
}

form.estimator ul.form label,
  .estimate-methods ul.shipping-rates li label
{
  color: #53769d;
}

form.estimator ul.form label {
  width: 100%;
  display: block;
  float: left;
  font-weight: normal;
  line-height: 28px;
  white-space: nowrap;
}

form.estimator ul.form div.star{
  width: 3%;
  line-height: 37px;
  text-align: center;
  vertical-align: middle;
}

form.estimator ul.form div.table-label{
  width: 21%;
}

.estimate-methods .chosen-container {
}

form.estimator ul.form div.table-value{
  width: 75%;
  float: right;
}

form.estimator ul.form .input-field-wrapper{
  display: block;
}

form.estimator ul.form .field-country,
form.estimator ul.form .field-state
{
  width: 200px;
}

form.estimator ul.form .field-zipcode {
  width: 62px;
}

form.estimator ul.form input[type="text"],
form.estimator ul.form select {
  min-width: 200px;
}

form.estimator ul.form select {
  min-width: 212px;
}

form.estimator .buttons {
  padding-left: 25%;
  padding-top: 20px;
  float: left;
}

form.estimator .main {
  padding-top: 10px;
}

.estimate-methods .chosen-container .chosen-results {
  max-height: 100px;
}

.estimate-methods{
  float: left;
  width: 100%;
}

.estimate-methods .main {
  text-align: center;
}

.estimate-methods .head-h3 {
  margin-top: 45px;
  margin-bottom: 10px;
}

.estimate-methods ul {
  padding-left: 3px;
  padding-right: 36px;
}

.estimate-methods ul li {
  padding: 6px 0px;
}

.estimate-methods ul.shipping-rates li label {
  width: 220px;
}

img.fade {
  background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
  background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 20px;
  height: 100%;
}

img.fade-a {
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 20px;
  height: 100%;
}

.estimate-methods ul li label {
  width: 220px;
}

.estimate-methods ul li span.value {
  white-space: nowrap;
  float: right;
}

.estimate-methods ul.shipping-rates {
  padding-bottom: 15px;
  padding-right: 0px;
}

.estimate-methods .buttons {
  padding-top: 12px;
}

.estimate-methods .buttons button {
  margin-bottom: 0px;
}

.estimate-methods .table-value.methodid-value {
  float: none;
  padding-bottom: 30px;
}

.estimate-methods .table-value.methodid-value select {
  width: 100%;
}

/**
 * Checkout
 */

body.target-checkout #header-bar,
body.target-checkoutPayment #header-bar {
  padding-top: 0px;
  vertical-align: middle;
}

body.target-checkout #breadcrumb,
body.target-checkout #header-area #header,
body.target-checkoutPayment #breadcrumb,
body.target-checkoutPayment #header-area #header {
  display: none;
}

body.target-checkout #header-area,
body.target-checkoutPayment #header-area {
  padding-bottom: 10px;
}

/* Common styles */
.checkout-block ul {
  margin: 0px;
  padding: 0px;
}

.checkout-block hr {
  clear: both;
}

.checkout-block li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  background: transparent none;
}

/* Profile block */
.checkout-block .profile {
  margin: 0px;
  padding-left: 3px;
  padding-bottom: 35px;
}

.checkout-block .profile div.create {
  width: 380px;
  float: left;
}

.checkout-block .profile .head-h3 {
  border: 0px none;
  margin: 0px;
  font-size: 16px;
  padding-left: 2px;
}

.checkout-block .profile .create input#create_profile_email {
  margin-top: 10px;
  margin-bottom: 12px;
  width: 337px;
}

.checkout-block .profile .create .selector
.checkout-block .profile .create .selector *
{
  vertical-align: middle;
}

.checkout-block .profile .create .selector input {
  margin-left: 6px;
  margin-right: 4px;
}

.checkout-block .profile .create .username {
  padding-top: 10px;
  padding-bottom: 11px;
  vertical-align: middle;
  position: relative;
}

.checkout-block .profile .create .username label {
  color: #53769d;
  vertical-align: middle;
  font-size: 14px;
  padding-right: 6px;
  display: inline;
}

.checkout-block .profile .create .username input {
  width: 257px;
  vertical-align: middle;
}

.checkout-block .profile .create .username .username-verified {
  color: #53769d;
  vertical-align: middle;
  position: absolute;
  display: block;
  top: 13px;
  left: 362px;
  font-size: 12px;
  white-space: nowrap;
}

.checkout-block .profile .or {
  float: left;
  width: 60px;
  height: 90px;
  line-height: 84px;
  text-align: center;
  vertical-align: middle;
  color: #b0b0b0;
  font-size: 20px;
  background: transparent url(//etamax.com.au/online-shop/skins/default/en/css/../images/checkout_or_bg.png) no-repeat 9px 6px;
}

.checkout-block .profile .logged {
  font-size: 14px;
  padding-bottom: 2px;
}

.checkout-block .profile .logged a.view-profile {
  margin-left: 13px;
}

.checkout-block .profile .logged a.logoff {
  margin-left: 10px;
}

/* Steps */
.checkout-block .steps {
  width: 100%;
}

.checkout-block .steps .step {
  float: left;
}

.checkout-block .steps .order-payment-step {
  width: 100%;
}

iframe#pay_iframe {
  border: none;
}

.checkout-block .steps .step-title {
  margin-top: 6px;
  margin-bottom: 19px;
  padding-left: 0px;
  color: #fff;
  position: relative;
  white-space: nowrap;
}

.checkout-block .steps .step-title span.text {
  display: block;
  padding-left: 23px;
  padding-top: 5px;
  padding-bottom: 6px;
  line-height: 29px;
  font-size: 23px;
}

.checkout-block .steps .left-arrow .step-title span.text {
  margin-left: 10px;
}

.checkout-block .steps .right-arrow .step-title span.text {
  margin-right: 10px;
  padding-right: 10px;
}

.checkout-block .steps .step-title span.text {
  background-color: #69b7f0;
}

.checkout-block .steps .step-title img {
  background-position: top left;
  background-repeat: no-repeat;
  width: 10px;
  height: 40px;
  position: absolute;
  top: 0px;
}

.checkout-block .steps .step-title img.left {
  left: 0px;
}

.checkout-block .steps .step-title img.right {
  right: 0px;
}

.checkout-block .steps .step-title img.left {
  background-image: url(//etamax.com.au/online-shop/skins/default/en/css/../images/wizard_selected_larr.png);
}

.checkout-block .steps .step-title img.right {
  background-image: url(//etamax.com.au/online-shop/skins/default/en/css/../images/wizard_selected_rarr.png);
}

.checkout-block .shipping-step .step-box,
.checkout-block .review-step .step-box .box
{
  background-color: #f6f6f6;
  color: #8a8a8a;
  padding: 15px 11px;
}

.checkout-block .shipping-step .step-box {
  background-color: transparent;

  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: inherit;
}

/* Fade */

.checkout-block ul.payments li label:after{
  content:"";
}

.checkout-block ul.shipping-rates li label img.right-fade,
.checkout-block ul.payments li label:after {
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 20px;
  height: 100%;
}

.checkout-block ul.shipping-rates li label,
.checkout-block ul.payments li label {
  display: inline-block;
  white-space: nowrap;
  width: 50%;
  overflow: hidden;
  position: relative;
  margin-top: 4px;
}

.checkout-block ul.payments li label{
  width: 85%;
  margin-top: 1px;
}



.block-wait {
  border: 0px none;
  background: transparent none;
}

@keyframes rotateGear {
  from { }
  to {
    -ms-transform: rotate(360deg);
    transform:rotate(360deg);
  }
}
@-moz-keyframes rotateGear {
  from { }
  to {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateGear {
  from { }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rotateGear {
  from { }
  to {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.wait-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #fff;
  opacity: .5;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.block-wait {
  min-width: 200px;
  min-height: 150px;
}

.wait-block {
  margin-left: -17px;
  margin-top: -17px;
}

.block-wait div,
  .wait-box .box,
  .wait-block div,
  .single-progress-mark div
{
  background: transparent url(//etamax.com.au/online-shop/skins/default/en/css/../images/preloader.png) no-repeat left top;
  width: 34px;
  height: 34px;
  margin: auto;
  animation-duration: 500ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -moz-animation-duration: 500ms;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-duration: 500ms;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -o-animation-duration: 500ms;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  animation-name: rotateGear;
  -moz-animation-name: rotateGear;
  -webkit-animation-name: rotateGear;
  -o-animation-name: rotateGear;
  opacity: 1;
}

.block-wait div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -17px;
  margin-left: -17px;
}

.single-progress-mark div {
  top: 47%;
  left: 47%;
  position: absolute;
}


.checkout-block .steps .subsection {
  display: table-cell;
  vertical-align: top;
}

.checkout-block .steps .subsection.payment-section {
  padding-left: 6px;
}

.checkout-block .steps .substep {
  padding-bottom: 8px;
  padding-top: 19px;
  position: relative;
}

.checkout-block .steps .head-h3 {
  margin-bottom: 10px;
  padding-left: 60px;
  margin-top: 0px;
  vertical-align: middle;
  float: left;
  position: relative;
}

.checkout-block .steps .head-h3 .bullet {
  color: #fff;
  background-color: #7b96a9;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  width: 27px;
  height: 27px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 27px;
  margin-right: 17px;
  position: absolute;
  left: 16px;
}

.checkout-block .steps form {
  clear: both;
}

.checkout-block .steps ul.form {
  padding-left: 16px;
}

.checkout-block .steps ul.form li {
  line-height: 20px;
  vertical-align: middle;
  padding: 8px 0px 9px 0px;
}

.checkout-block .steps ul.form li.error {
  padding-bottom: 5px;
}

.checkout-block .steps ul.form li.save {
  padding-left: 89px;
}

.checkout-block .steps ul.form li > div.star {
  line-height: normal;
  padding-top: 12px;
}

.checkout-block .steps ul.form li.error > div.star {
  color: #ff0000;
}

.checkout-block .steps .shipping-section ul.form .table-label label {
  font-size: 14px;
  line-height: normal;
  padding-top: 8px;
}

.address-box,
.checkout-block .steps .address-box
{
  color: #333333;
  padding: 3px 8px;
  line-height: 20px;
}

.checkout-block input[type="text"],
.checkout-block input[type="password"],
.checkout-block select,
.checkout-block textarea
{
  margin: 1px;
  border-style: solid;
}

.checkout-block input[type="text"]:focus,
.checkout-block input[type="password"]:focus,
.checkout-block select:focus,
.checkout-block textarea:focus,
.checkout-block input[type="text"].validation-error,
.checkout-block input[type="password"].validation-error,
.checkout-block select.validation-error,
.checkout-block textarea.validation-error
{
  border-width: 2px;
  margin: 0;
}

.checkout-block .steps ul.form li p.inline-error,
.checkout-block .steps p.inline-error
{
  vertical-align: baseline;
}

.checkout-block .steps ul.form li p.inline-error *,
.checkout-block .steps p.inline-error *,
.checkout-block .steps ul.form li .subnote,
.checkout-block .steps ul.form li .subnote *
{
  vertical-align: baseline;
}

/* Step : shipping */
.checkout-block .steps .address-book,
.checkout-block .steps .recalculate
{
  margin-top: 0;
  margin-bottom: 0;
}

.checkout-block .steps .address-book {
  float: right;
  margin-right: 6%;
}

.checkout-block .steps .address-invisible .address-book,
.checkout-block .steps .address-invisible .address-item
{
  display: none !important;
}

.checkout-block .steps form.address {
  padding-top: 8px;
}

.checkout-block .steps .item-email .form-field-comment {
  color: #b2b0b1;
  font-size: 10px;
  line-height: 12px;
  padding-top: 5px;
  width: 90%;
  font-style: italic;
}

.checkout-block .item-email .subbox {
  padding-top: 2px;
  display: inline-block;
}

.checkout-block .item-email .subnote {
  font-size: 10px;
  line-height: 12px;
  padding-top: 5px;
  width: 202px;
  font-style: italic;
}

.checkout-block .item-email .create-warning,
.checkout-block .item-email .create-note,
.checkout-block .item-email .create,
.checkout-block .item-email.create-profile-warning .form-field-comment,
.checkout-block .item-email.create-profile-note .form-field-comment
{
  display: none;
}

.checkout-block .item-email.create-profile-warning .create-warning,
.checkout-block .item-email.create-profile-note .create-note,
.checkout-block .item-email.allow-create-profile .create
{
  display: inline-block;
}

.checkout-block .item-email.invalid .form-field-comment,
.checkout-block .item-email.invalid .create-profile-warning,
.checkout-block .item-email.invalid .create-pofile-note,
.checkout-block .item-email.invalid .create
{
  display: none;
}

.checkout-block .steps .item-email .create-warning {
  color: #473f3f;
  line-height: 13px;
}

.checkout-block .steps .item-email .create-warning a {
  font-size: 12px;
}

.checkout-block .steps .item-email .create-note {
  color: #b2b0b1;
}


.checkout-block .steps .item-email .create label {
  font-size: 12px;
}

.checkout-block .item-password.hidden {
  display: none;
}

.checkout-block .steps .save,
.checkout-block .steps .save *
{
  vertical-align: middle;
}

ul.shipping-rates {
  padding-top: 4px;
  width: 90%;
}

ul.shipping-rates li {
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 4px;
}

.checkout-block ul.shipping-rates li {
  padding-left: 59px;
}

.checkout-block ul.shipping-rates li div.clear {
  clear: both;
}

ul.shipping-rates li * {
   vertical-align: middle;
}

ul.shipping-rates li label {
  display: inline;
  overflow: hidden;
  position: relative;
}

ul.shipping-rates li sup {
  display: inline;
}

ul.shipping-rates li span.value {
  color: #666769;
  float: right;
  font-size: 14px;
  line-height: 18px;
}

.checkout-block .steps .address-not-completed,
.checkout-block .steps .address-not-defined,
.checkout-block .steps .shipping-methods-not-avail,
.checkout-block .steps .email-not-defined,
.checkout-block .steps .payment-methods-not-defined
{
  padding-left: 61px;
  padding-top: 3px;
  line-height: 16px;
  font-size: 12px;
  color: #7d7d7d;
  clear: both;
}

.checkout-block .steps .shipping-step .email-not-defined.red
{
  color: #EE0000;
}

.checkout-block .previous .label {
  color: #1a6992;
  font-size: 12px;
  line-height: 20px;
}

.checkout-block .steps .address-invisible .billing-address li.same-address {
  padding-left: 43px;
  margin-top: -5px;
  padding-top: 0px;
}

.checkout-block .steps .billing-address li.same-address label {
  font-size: 14px;
}

.checkout-block .steps .substep.step-shipping-methods {
  padding-top: 10px;
  clear: both;
}

.checkout-block .shipping-methods .methodid-value {
  float: none;
  padding-left: 60px;
  padding-right: 30px;
}

.checkout-block .shipping-methods button.ui-multiselect {
  min-width: 250px;
  margin-top: 13px;
}

.checkout-block .shipping-methods button.ui-multiselect span {
  font-weight: bold;
}

.checkout-block .shipping-methods button.ui-multiselect span.name,
.checkout-block .shipping-methods button.ui-multiselect span.value
{
  vertical-align: middle;
}

.checkout-block .shipping-methods button.ui-multiselect span.name {
  margin-right: 10px;
}

.checkout-block .shipping-methods button.ui-multiselect span.name sup {
  vertical-align: top;
}

.checkout-block .shipping-methods button.ui-multiselect .name {
  display: inline-block;
  white-space: nowrap;
  width: 160px;
  overflow: hidden;
  position: relative;
}

.checkout-block .shipping-methods button.ui-multiselect img.fade-a {
  background: -moz-linear-gradient(left,  rgba(226,237,248,0) 0%, rgba(226,237,248,1) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(226,237,248,0)), color-stop(100%,rgba(226,237,248,1)));
  background: -webkit-linear-gradient(left,  rgba(226,237,248,0) 0%,rgba(226,237,248,1) 100%);
  background: -o-linear-gradient(left,  rgba(226,237,248,0) 0%,rgba(226,237,248,1) 100%);
  background: -ms-linear-gradient(left,  rgba(226,237,248,0) 0%,rgba(226,237,248,1) 100%);
  background: linear-gradient(to right,  rgba(226,237,248,0) 0%,rgba(226,237,248,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e2edf8', endColorstr='#e2edf8',GradientType=1 );
  width: 40px;
}

body.target-checkout .ui-multiselect-menu,
body.target-cart .ui-multiselect-menu {
  padding: 0px;
  min-width: 250px;
}

body.target-checkout .ui-multiselect-menu img.fade-a,
body.target-cart .ui-multiselect-menu img.fade-a {
  display: none;
}

body.target-checkout .ui-multiselect-checkboxes li,
body.target-cart .ui-multiselect-checkboxes li {
  padding-left: 0px;
  padding-right: 0px;
}

body.target-checkout .ui-multiselect-checkboxes li label,
body.target-cart .ui-multiselect-checkboxes li label {
  color: #62717a;
  border: 0px none;
  width: 223px;
  white-space: normal;
  overflow: hidden;
}

body.target-checkout .ui-multiselect-checkboxes li label span,
body.target-cart .ui-multiselect-checkboxes li label span {
  font-size: 13px;
  display: inline-table;
}

body.target-checkout .ui-multiselect-checkboxes li label.ui-state-active,
body.target-cart .ui-multiselect-checkboxes li label.ui-state-active {
  background-color: transparent;
  font-weight: bold;
  color: #62717a;
  border: 0px none;
}

body.target-checkout .ui-multiselect-checkboxes li label.ui-state-active span.value,
body.target-checkout .ui-multiselect-checkboxes li label.ui-state-active span.value span,
.checkout-block .shipping-methods button.ui-multiselect span.value span,
body.target-cart .ui-multiselect-checkboxes li label.ui-state-active span.value,
body.target-cart .ui-multiselect-checkboxes li label.ui-state-active span.value span
{
  color: #ff6c00;
}

body.target-checkout .ui-multiselect-checkboxes li label.ui-state-hover,
body.target-cart .ui-multiselect-checkboxes li label.ui-state-hover {
  background-color: #eff5fb;
  color: #62717a;
  border: 0px none;
}

body.target-checkout .ui-multiselect-checkboxes li span span,
body.target-cart  .ui-multiselect-checkboxes li span span{
  padding: 0px;
}

body.target-checkout .ui-multiselect-checkboxes li span.value,
body.target-checkout .ui-multiselect-checkboxes li label.ui-state-hover span.value,
body.target-cart .ui-multiselect-checkboxes li span.value
body.target-cart .ui-multiselect-checkboxes li label.ui-state-hover span.value
{
  color: #6fa3cc;
  padding-left: 5px;
}

body.target-cart .ui-multiselect-menu {
  z-index: 1300000;
}

.checkout-block .payments li {
  padding-left: 59px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.checkout-block .payments li input,
ul.shipping-rates li input
{
  margin: 0px;
  vertical-align: middle;
/*   margin-top: 2px; */
  margin-right: 3px;
}

.checkout-block .payments li .payment-title,
ul.shipping-rates li label
{
  font-size: 14px;
  vertical-align: middle;
  color: #689bd0;
}

.checkout-block .payments li .payment-title {
  display: block;
}

.checkout-block .payments li .payment-test-mode {
  text-transform: uppercase;
  display: inline-block;

background: #efb142;
color: #fff;
border-radius: 4px;
padding: 1px 4px 0px;
font-size: 9px;
font-weight: bold;
margin-right: 10px;
}

.checkout-block .payments li .payment-description {
  padding-right: 20px;
  color: #bebebe;
  font-size: 12px;
  line-height: 16px;
  white-space: normal;
  display: inline-block;
}

/* Step: order review */
.checkout-block .review-step .step-box .box {
  margin-left: 10px;
  margin-right: 0px;
  padding: 10px;
  padding-top: 9px;
  padding-left: 21px;
}

.checkout-block .review-step .items-row a {
  text-decoration: none;
  border-bottom: 1px dotted #2c5fa6;
  line-height: 16px;
  display: inline-block;
}

.checkout-block .review-step .items-row span.price {
  padding-right: 8px;
}

.checkout-block .review-step .list {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 14px 10px 9px;
  margin-top: 3px;
  font-size: 12px;
}

.checkout-block .review-step .list hr {
  margin: 5px 0px 7px;
}

.checkout-block .review-step .list li {
  line-height: normal;
  padding: 4px 0px 5px 0px;
}

.checkout-block .review-step .list li a {
  display: inline-block;
  width: 165px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

.checkout-block .review-step .list li div,
.checkout-block .review-step .modifiers li,
.checkout-block .review-step .total
{
  color: #333;
}

.checkout-block .review-step .modifiers li .modifier-substring {
  color: #2c5fa6;
  font-size: 12px;
}

.checkout-block .review-step .modifiers {
  padding-top: 11px;
  padding-right: 1px;
}

.checkout-block .review-step .modifiers li {
  padding: 3px 7px 4px 0px;
}

.checkout-block .review-step .items-row span.price,
.checkout-block .review-step .list li div,
.checkout-block .review-step .modifiers span.value,
.checkout-block .review-step .total span.value
{
  float: right;
}

.checkout-block .review-step hr {
  border-color: #d4d4d4;
  margin: 14px 0px 9px 0px;
}

.checkout-block .review-step .total {
  font-size: 18px;
  padding-right: 8px;
}

.checkout-block .review-step .total span {
  color: #ff6c00;
}

.checkout-block .review-step p.note,
.checkout-block .review-step p.agree-note
{
  padding: 8px 0px;
  font-size: 12px;
  text-align: center;
}

.checkout-block form.place {
  padding: 13px 10px;
}

.checkout-block form.place .payment-tpl ul.form {
  padding-left: 0px;
  padding-bottom: 10px;
}

.checkout-block form.place .payment-tpl ul.form li {
  padding: 3px 0px;
}

.checkout-block form.place .payment-tpl ul.form .table-value {
  margin-top: 3px;
}

.checkout-block form.place .payment-tpl ul.form .star {
  padding-top: 4px;
  padding-left: 4px;
}

.checkout-block form.place .payment-tpl ul.form .table-label,
.checkout-block form.place .payment-tpl ul.form .star,
.checkout-block form.place .payment-tpl ul.form label
{
  display: inline;
  float: none;
}

.checkout-block form.place .payment-tpl ul.form .table-value {
  float: none;
}

.checkout-block form.place .payment-tpl ul.form label {
  width: auto;
}

.checkout-block form.place .notes label {
  display: block;
  padding-bottom: 6px;
}

.checkout-block form.place .notes textarea {
  width: 100%;
  height: 44px;
}

.ui-dialog.terms-popup {
  max-width: 680px;
}

.checkout-block form.place .button-row {
  padding-top: 20px;
  text-align: center;
}

.checkout-block form.place button.place-order {
  margin: auto;
}

.checkout-block form.place button.submitted {
  cursor: not-allowed;
}

.checkout-block form.place button.submitted:hover {
  background-position: center top;
}
/**
 * Checkout header specific styles
 */

.checkout-block .steps.step-1 .shipping-step .step-title img.right,
  .checkout-block .steps.step-2 .shipping-step .step-title img.right,
  .checkout-block .steps.step-3 .shipping-step .step-title img.right,
  .checkout-block .steps.step-2 .payment-step .step-title img.right,
  .checkout-block .steps.step-3 .payment-step .step-title img.right,
  .checkout-block .steps.step-3 .review-step .step-title img.right
{
  background-image: url(//etamax.com.au/online-shop/skins/default/en/css/../images/checkout-header-active-right.png);
}

.checkout-block .steps.step-1 .shipping-step .step-title img.left,
  .checkout-block .steps.step-2 .shipping-step .step-title img.left,
  .checkout-block .steps.step-3 .shipping-step .step-title img.left,
  .checkout-block .steps.step-2 .payment-step .step-title img.left,
  .checkout-block .steps.step-3 .payment-step .step-title img.left,
  .checkout-block .steps.step-3 .review-step .step-title img.left
{
  background-image: url(//etamax.com.au/online-shop/skins/default/en/css/../images/checkout-header-active-left.png);
}

.checkout-block .steps.step-1 .payment-step .step-title img.left,
  .checkout-block .steps.step-1 .review-step .step-title img.left,
  .checkout-block .steps.step-2 .review-step .step-title img.left
{
  background-image: url(//etamax.com.au/online-shop/skins/default/en/css/../images/checkout-header-inactive-left.png);
}

.checkout-block .steps.step-1 .payment-step .step-title img.right,
  .checkout-block .steps.step-1 .review-step .step-title img.right,
  .checkout-block .steps.step-2 .review-step .step-title img.right
{
  background-image: url(//etamax.com.au/online-shop/skins/default/en/css/../images/checkout-header-inactive-right.png);
}

.checkout-block .steps.step-1 .shipping-step .step-title span.text,
  .checkout-block .steps.step-2 .shipping-step .step-title span.text,
  .checkout-block .steps.step-3 .shipping-step .step-title span.text,
  .checkout-block .steps.step-2 .payment-step .step-title span.text,
  .checkout-block .steps.step-3 .payment-step .step-title span.text,
  .checkout-block .steps.step-3 .review-step .step-title span.text
{
  background-color: #7b96a9;
}

.checkout-block .steps.step-1 .payment-step .step-title span.text,
  .checkout-block .steps.step-1 .review-step .step-title span.text,
  .checkout-block .steps.step-2 .review-step .step-title span.text
{
  background-color: #d4d4d4;
}

/**
 * Address book : Select address
 */
.select-address {
}

.select-address ul.addresses {
  margin: 0px;
  padding: 0px;
  padding-top: 5px;
}

.select-address ul.addresses li {
  background: none;
  margin: 0px;
  padding-left: 2px;
}

.select-address ul.addresses > li {
  list-style: none;
  width: 278px;
  float: left;
  background: #f4f4f4 none;
  border: 1px solid #dfdfdf;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 13px 10px 12px;
  margin: 0px;
  margin-right: 30px;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
}

.select-address ul.addresses > li.last {
  margin-right: 0px;
}

.select-address ul.addresses > li .shipping {
  position: absolute;
  right: 8px;
  bottom: 15px;
  background: transparent url(//etamax.com.au/online-shop/skins/default/en/css/../images/icon_shipping.png) no-repeat left top;
  width: 42px;
  height: 20px;
}

.select-address ul.addresses > li .billing {
  position: absolute;
  right: 9px;
  bottom: 47px;
  background: transparent url(//etamax.com.au/online-shop/skins/default/en/css/../images/icon_billing.png) no-repeat left top;
  width: 38px;
  height: 22px;
}

.select-address .goto {
  clear: both;
  font-size : 18px;
  padding-top: 5px;
  padding-left: 5px;
}

.ui-dialog .address-book {
  width: 741px;
}

.ui-dialog .address-book .block-subcontainer {
  padding: 27px 30px 23px;
}

.ui-dialog .address-book .head-h2.ajax-title-loadable {
  padding-left: 4px;
  font-size: 30px;
}

/**
 * Breadcrumbs
 */

ul.location-subnodes {
  padding: 10px;
  padding-top: 5px;
  border: 1px solid silver;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 1px 1px 5px silver;
  -webkit-box-shadow: 1px 1px 5px silver;
  -moz-box-shadow: 1px 1px 5px silver;
}

ul.location-subnodes li {
  padding: 0px 2px;
}

ul.location-subnodes li a.current {
  font-weight: bold;
}

/**
 * Order page
 */
.order-box {
  position: relative;
}

.order-box .order-statuses {
  position: absolute;
  right: 0;
  font-size: 22px;
  top: -34px
}

.order-box .order-statuses div {
  text-align: right;
}

.order-statuses span.label {
  font-size: 14px;
}

.shipping .order-status-WND,
.shipping .order-status-R,
.payment .order-status-C,
.payment .order-status-D
{
  color: #8d3021;
}

.shipping .order-status-D,
.payment .order-status-P
{
  color: #8f8f8f;
}

.order-box .links {
  margin-top: -1px;
  margin-bottom: 19px;
}

.order-box .links {
  padding-right: 24px;
  clear: none;
}

.order-box .links a {
  text-decoration: none;
}

.order-box .links a span {
  text-decoration: underline;
}

.order-box .links .back a strong {
  font-size: 18px;
  padding-right: 7px;
}

.order-box .links .print a {
  background: transparent url(//etamax.com.au/online-shop/skins/default/en/css/../images/icon_printer.png) no-repeat left 3px;
  padding-left: 27px;
  padding-bottom: 4px;
}

.order-success-panel {
  max-width: 700px;
}

/**
 * Invoice
 */
.invoice-box {
max-width: 700px;
}

.invoice-box .header,
  .invoice-box .header td
{
  border: 1px none;
  vertical-align: top;
  padding: 0px;
}

.invoice-box .header .address {
  font-size: 15px;
  padding-left: 0px;
  padding-top: 29px;
  color: #333;
  width: 99%;
}

.invoice-box .header .address strong {
  font-size : 20px;
  font-weight: normal;
}

.invoice-box .header .address p {
  line-height: 18px;
  padding-top: 9px;
  padding-left: 2px;
  margin-bottom: 0px;
}

.invoice-box .header .address p.url {
  padding-top: 6px;
}

.invoice-box .header .address a {
  font-weight: normal;
}

.invoice-box .header img.logo {
  width: 180px;
  margin-top: 22px;
}

.invoice-box .head-h2 {
  font-size: 40px;
  margin-top: 11px;
  padding-left: 3px;
}

.invoice-box .subhead,
  .invoice-box .totals .total div
{
  color: #000;
  font-size: 20px;
  font-weight: bold;
}

.invoice-box .subhead {
  padding-top: 1px;
  padding-left: 3px;
}

.invoice-box .subhead span {
  float: right;
}

.invoice-box .items {
  margin-top: 24px;
  margin-bottom: 10px;
  border: 0px none;
}

.invoice-box .items th {
  background: #f9f9f9 none;
  font-weight: normal;
  padding: 12px 22px;
  white-space: nowrap;
  color: #000000;
  font-size: 16px;
  text-align: center;
}

.invoice-box .items th.item {
  text-align: left;
}

.invoice-box .items th.total {
  text-align: right;
}

.invoice-box .items td {
  padding: 10px 20px;
  vertical-align: top;
}

.invoice-box .items td,
  .invoice-box .totals li.total,
  .invoice-box .items td *,
  .invoice-box .totals li.total *
{
  color: #000000;
}

.invoice-box .items td .subitem *,
  .invoice-box .totals li,
  .invoice-box .totals li *
{
  color: #5a5a5a;
}

.invoice-box .items td .subitem li{
    background: none;
    padding-left: 0;
}

.invoice-box .totals li,
  .invoice-box .totals li {
    background: none;
  }

.invoice-box .items tr:nth-child(odd) td {
  background: #f9f9f9;
}

.invoice-box .items td.sku,
.invoice-box .items td.qty,
.invoice-box .items td.price
{
  padding-bottom: 7px;
}

.invoice-box .items td.total {
  text-align: right;
}

.invoice-box .items td.price,
  .invoice-box .items td.qty
{
  text-align: center;
}

.invoice-box .items .item-name {
  font-size: 18px;
  font-weight: bold;
}

.invoice-box .items .subitem {
  padding-top: 3px;
  margin: 0px;
}

.invoice-box .items a {
  text-decoration: none;
}

.invoice-box .items td.name .additional {
  background-color: #eff8fe;
  margin-top: 4px;
  margin-bottom: 2px;
  padding: 9px 13px;
}

.invoice-box .items .separator img {
  height: 5px;
}

.invoice-box .items .separator td {
  border: 0px none;
  font-size: 0px;
  padding: 0px;
}

.invoice-box .totals {
  margin-bottom: 35px;
  white-space: nowrap;
  text-align: right;
}

.invoice-box .totals div {
  display: inline-block;
}

.invoice-box .totals .total {
  padding-top: 10px;
}

.invoice-box .totals .modifier-subvalues,
.invoice-box .totals .modifier-subvalues li
{
  padding: 0px;
  margin: 0px;
  list-style: none;
  background: transparent none;
}

.invoice-box .totals .modifier-subvalues li {
  text-align: right;
  white-space: nowrap;
  color: #8f8f8f;
}

.invoice-box .addresses,
  .invoice-box .addresses td
{
  border: 0px none;
  padding: 0px;
}

.invoice-box .addresses li.address{
    background: none;
    padding: 0;
}

.invoice-box .addresses td {
  width: 50%;
  font-size: 15px;
  vertical-align: top;
}

.invoice-box .addresses strong {
  color: #000;
  font-weight: normal;
  font-size: 20px;
  display: block;
  padding-bottom: 6px;
}

.invoice-box .addresses .wrapper {
  position: relative;
/*   min-width: 300px; */
  background: #f9f9f9;
  min-height: 300px;
  border-radius: 6px;
  padding: 20px;
}

.invoice-box .addresses strong.title {
  padding-bottom: 3px;
}

.invoice-box .addresses .method-box {
  position: absolute;
  bottom: 20px;
}

.invoice-box .addresses p {
  line-height: 18px;
  padding-top: 6px;
  margin-bottom: 0px;
}

.invoice-box .addresses .payment,
.invoice-box .addresses .shipping {
  padding-top: 20px;
  padding-right: 15px;
}

.invoice-box .thank-you {
  text-align: center;
  font-size: 18px;
  color: #333;
  border-bottom: 1px solid #bbc7d2;
  padding-top: 26px;
  padding-bottom: 36px;
  white-space: nowrap;
}

/* Page tabs */


div.tab-content
{
   margin: 15px 0px;
}

div.page-tabs ul li
{
  background: none;
}

div.page-tabs.tab-pages-1 {
    display: none;
}

table.login-form {
  margin: 10px 0 20px;
}

table.login-form,
table.recover-password-form
{
  min-width: 350px;
  width: auto;
}

.recover-password-message {
  width: 350px;
}

table.login-form,
  table.login-form tr,
  table.login-form th,
  table.login-form td,
  table.login-form tbody
{
  border: 0px none;
  border-spacing: 0px;
}

table.login-form td {
  padding: 10px 0px;
  vertical-align: middle;
}

table.login-form td:first-child {
  width: 100px;
}

table.login-form .form-error {
  padding-bottom: 20px;
}

.recover-password-message {
  margin: 0px 0px 10px 0px;
}

table.recover-password-form {
  margin: 20px 0px 0px 0px;
}

table.recover-password-form,
  table.recover-password-form tr,
  table.recover-password-form th,
  table.recover-password-form td,
  table.recover-password-form tbody
{
  border: 0px none;
  border-spacing: 0px;
}

table.recover-password-form td {
  padding: 5px 0px;
  vertical-align: middle;
}

table.recover-password-form td label {
  vertical-align: middle;
  margin: 0px;
}

table.recover-password-form button {
  margin-right: 5px;
}
button.force-notice {
  display: none;
}

/**
 * Popup specific styles
 */

form div.table-value.xcart-form-id-value {
  position: absolute;
  width: 0px;
  height: 0px;
}

.ui-widget {
  font-family: inherit;
  font-size: inherit;
}

.ui-widget-overlay {
  z-index: 99999 !important;
  background: #111418 none;
  opacity: 0.8;
  filter: none;
}

.overlay-blur {
  filter: blur(5px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
}

.ui-dialog {
  z-index: 999999 !important;
  max-width: 750px;
}

.force-change-password-page #breadcrumb {
  display: none;
}

#main.force-change-password-section .head-h2 {
  font-size: 30px;
  line-height: 36px;
  margin: 20px 0px 16px;
}

#main.force-change-password-section ul.main-table {
  margin: 0px;
}

#main.force-change-password-section .header-text {
  font-size: 14px;
  padding: 0px 0px 20px 0px;
}

/**
 * Order statuses specific color
 */
.order-status-wrapper {
  color: #257d16;
}

.order-status-failed,
  .order-status-declined
{
  color: #8d3021;
}

.order-status-completed
{
  color: #8f8f8f;
}

.password-hidden {
  position: absolute;
  top: -999999px;
}

/**
 * Tooltip main styling
 */
.tooltip-main {
  vertical-align: top;
  display: table-cell;
  padding-left: 11px;
  padding-top:8px;
}

.table-value .tooltip-main {
  display: inline-block;
  line-height: normal;
}

.tooltip-main .tooltip-caption {
  cursor: help;
  color: #154e9c;
  text-decoration: none;
  white-space: nowrap;
  font-size: 20px;
  vertical-align: middle;
}

.tooltip-main span.tooltip-caption {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: -moz-use-text-color -moz-use-text-color #154e9c;
  border-image: none;
  border-style: none none dashed;
  border-width: medium medium 1px;
}

.tooltip-caption.help-icon {
  color: #64c1ee;
}

.tooltip-caption.help-small-icon {
  color: #64c1ee;
}

.items-list-table table.list tbody.lines tr.line td .tooltip-main .tooltip-inner {
  white-space: normal;
  color: #333;
  font-size: 12px;
}

.tooltip-box {
  z-index: 1000000;
}

.tooltip-main .tooltip-inner {
  max-width: 250px;
  font-size: 12px;
}

.tooltip-inner {
  text-align: left;
  background-color: #fff;
  border: solid 1px #eee;
  padding: 10px 14px;
  font-size: 12px;
  color: #333;
  white-space: normal;
  max-width: 250px;
  min-width: 100px;
  overflow: hidden;
  margin-top: 2px;
}

.tooltip.in {
  opacity: 1;
}

.tooltip-arrow {
  display: none !important;
}

/***** AUTOGENERATED: ajax.css */
/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * AJAX-related styles
 *
 * @author    Qualiteam software Ltd <info@x-cart.com>
 * @copyright Copyright (c) 2011-2014 Qualiteam software Ltd <info@x-cart.com>. All rights reserved
 * @license   http://www.x-cart.com/license-agreement.html X-Cart 5 License Agreement
 * @link      http://www.x-cart.com/
 */

/* Modal wait screen */
.wait-block
{
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
}

.wait-progress .wait-block,
.progress-bar .wait-progress
{
  width: 30%;
  border: 1px solid #dddddd;
  background: #fff none;
  padding: 9px;
  margin-top: -16px;
  margin-left: -15%;
}

.progress-bar .wait-progress {
  border: 0px none;
  width: auto;
  margin: 0px;
}

.wait-block div
{
  padding: 0;
  margin: 0;
}

.wait-progress .wait-block div,
.progress-bar .wait-progress div
{
  height: 11px;
  background: transparent url(//etamax.com.au/online-shop/skins/default/en/css/../images/progress.gif) repeat-x left top;
  width: 100%;
  animation: none;
  -moz-animation: none;
  -o-animation: none;
  -webkit-animation: none;
}

.wait-block-overlay {
  position: absolute;
  cursor: wait;
  margin: 0px;
  padding: 0px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.80);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff00, endColorstr=#ffffff00);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff00, endColorstr=#ffffff00)";
  z-index: 10;
}

