/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600);
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
  outline: none;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 0;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
  min-width: 984px;
  width: 984px;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
}
.row {
  margin-left: -12px;
  margin-right: -12px;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
.col-12 {
  width: 100%;
}
.col-11 {
  width: 91.66666667%;
}
.col-10 {
  width: 83.33333333%;
}
.col-9 {
  width: 75%;
}
.col-8 {
  width: 66.66666667%;
}
.col-7 {
  width: 58.33333333%;
}
.col-6 {
  width: 50%;
}
.col-5 {
  width: 41.66666667%;
}
.col-4 {
  width: 33.33333333%;
}
.col-3 {
  width: 25%;
}
.col-2 {
  width: 16.66666667%;
}
.col-1 {
  width: 8.33333333%;
}
.col-pull-12 {
  right: 100%;
}
.col-pull-11 {
  right: 91.66666667%;
}
.col-pull-10 {
  right: 83.33333333%;
}
.col-pull-9 {
  right: 75%;
}
.col-pull-8 {
  right: 66.66666667%;
}
.col-pull-7 {
  right: 58.33333333%;
}
.col-pull-6 {
  right: 50%;
}
.col-pull-5 {
  right: 41.66666667%;
}
.col-pull-4 {
  right: 33.33333333%;
}
.col-pull-3 {
  right: 25%;
}
.col-pull-2 {
  right: 16.66666667%;
}
.col-pull-1 {
  right: 8.33333333%;
}
.col-pull-0 {
  right: auto;
}
.col-push-12 {
  left: 100%;
}
.col-push-11 {
  left: 91.66666667%;
}
.col-push-10 {
  left: 83.33333333%;
}
.col-push-9 {
  left: 75%;
}
.col-push-8 {
  left: 66.66666667%;
}
.col-push-7 {
  left: 58.33333333%;
}
.col-push-6 {
  left: 50%;
}
.col-push-5 {
  left: 41.66666667%;
}
.col-push-4 {
  left: 33.33333333%;
}
.col-push-3 {
  left: 25%;
}
.col-push-2 {
  left: 16.66666667%;
}
.col-push-1 {
  left: 8.33333333%;
}
.col-push-0 {
  left: auto;
}
.col-offset-12 {
  margin-left: 100%;
}
.col-offset-11 {
  margin-left: 91.66666667%;
}
.col-offset-10 {
  margin-left: 83.33333333%;
}
.col-offset-9 {
  margin-left: 75%;
}
.col-offset-8 {
  margin-left: 66.66666667%;
}
.col-offset-7 {
  margin-left: 58.33333333%;
}
.col-offset-6 {
  margin-left: 50%;
}
.col-offset-5 {
  margin-left: 41.66666667%;
}
.col-offset-4 {
  margin-left: 33.33333333%;
}
.col-offset-3 {
  margin-left: 25%;
}
.col-offset-2 {
  margin-left: 16.66666667%;
}
.col-offset-1 {
  margin-left: 8.33333333%;
}
.col-offset-0 {
  margin-left: 0%;
}
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
body {
  background-color: #521c09;
  background-image: url("/theme/copperandoakcomau/img/bg/wood.jpg");
  background-position: 0px 10px;
}
.max-body {
  max-width: auto;
  min-width: 1060px;
}
.right-align {
  float: right;
}
.left-align {
  float: right;
}
.panel-border {
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
a {
  color: #92202b;
  text-decoration: none;
}
a:hover {
  color: #68171f;
  text-decoration: none;
}
body {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: #333333;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-family: 'rosewoodfill', Arial, Helvetica, sans-serif;
  line-height: 1;
  font-weight: normal;
}
h1 {
  font-size: 40px;
  color: #3c2415;
}
h2 {
  font-size: 24px;
  color: #897569;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0px;
}
#home h1 {
  font-size: 30px;
}
#home h2 {
  font-size: 30px;
}
hr {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  height: 1px;
  border: 0px;
  border-bottom: 1px solid #ddd;
  clear: both;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea,
select {
  border: 1px solid #ccc;
  padding: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
  outline: 0;
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type="button"],
input[type="submit"],
input[type="submit"].button,
input[type="submit"].back,
input[type="submit"].continue,
input[type="submit"].update,
a.btn,
.btn a,
.more a,
a.btn-more {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 0.5em;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 0px;
  white-space: nowrap;
  padding: 7px 15px 9px 15px;
  color: #fff;
  background: #92202b;
  background-color: #a72531;
  background: -webkit-gradient(linear, left top, left bottom, from(#a72531), to(#92202b));
  background: -webkit-linear-gradient(top, #a72531, #92202b);
  background: -moz-linear-gradient(top, #a72531, #92202b);
  background: -ms-linear-gradient(top, #a72531, #92202b);
  background: -o-linear-gradient(top, #a72531, #92202b);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
}
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="submit"].button:hover,
input[type="submit"].back:hover,
input[type="submit"].continue:hover,
input[type="submit"].update:hover,
a.btn:hover,
.btn a:hover,
.more a:hover,
a.btn-more:hover {
  background-color: #92202b;
  background: -webkit-gradient(linear, left top, left bottom, from(#92202b), to(#7d1b25));
  background: -webkit-linear-gradient(top, #92202b, #7d1b25);
  background: -moz-linear-gradient(top, #92202b, #7d1b25);
  background: -ms-linear-gradient(top, #92202b, #7d1b25);
  background: -o-linear-gradient(top, #92202b, #7d1b25);
  text-decoration: none;
}
.icon {
  background: url("/theme/copperandoakcomau/img/sprite.png");
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-indent: -999em;
  overflow: hidden;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 3px;
}
.icon.account {
  background-position: -20px -105px;
}
.icon.logout {
  background-position: -92px -105px;
}
.icon.cart {
  background-position: -44px -105px;
}
.icon.visa {
  width: 27px;
  height: 19px;
  background-position: -21px -148px;
  margin-right: 0px;
}
.icon.mastercard {
  width: 27px;
  height: 19px;
  background-position: -52px -148px;
  margin-right: 0px;
}
#productMenu {
  background: #92202b;
  background-color: #a72531;
  background: -webkit-gradient(linear, left top, left bottom, from(#a72531), to(#92202b));
  background: -webkit-linear-gradient(top, #a72531, #92202b);
  background: -moz-linear-gradient(top, #a72531, #92202b);
  background: -ms-linear-gradient(top, #a72531, #92202b);
  background: -o-linear-gradient(top, #a72531, #92202b);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  height: 50px;
  margin-bottom: 25px;
}
#productMenu:before,
#productMenu:after {
  content: " ";
  display: table;
}
#productMenu:after {
  clear: both;
}
#productMenu:before,
#productMenu:after {
  content: " ";
  display: table;
}
#productMenu:after {
  clear: both;
}
/* Reset */
.mega-menu a {
  text-decoration: none;
}
.mega-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.mega-menu:before,
.mega-menu:after {
  content: " ";
  display: table;
}
.mega-menu:after {
  clear: both;
}
.mega-menu:before,
.mega-menu:after {
  content: " ";
  display: table;
}
.mega-menu:after {
  clear: both;
}
.mega-menu li {
  margin: 0;
  padding: 0;
}
/* Menu Container */
.mega-menu {
  display: inline-block;
  float: left;
  position: relative;
  cursor: default;
  z-index: 999;
  width: 100%;
}
/* Menu List */
.mega-menu > li {
  display: block;
  float: left;
  padding-top: 5px;
  padding-left: 10px;
  background: url("/theme/copperandoakcomau/img/bg/nav-sep.png") no-repeat 4px 15px;
}
.mega-menu > li:first-child {
  background: none;
  padding-left: 6px;
}
/* Menu Links */
.mega-menu > li > a {
  position: relative;
  display: table-cell;
  z-index: 510;
  line-height: 1.2;
  font-size: 12px;
  color: #fff;
  text-align: center;
  height: 40px;
  padding: 0px 12px 1px 12px;
  vertical-align: middle;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.mega-menu > li.current > a {
  background: #68171f;
  color: #fff;
}
.mega-menu > li:hover > a {
  background: #fff;
  color: #92202b;
  height: 45px;
  padding-bottom: 6px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.mega-menu > li.no-sub:hover > a {
  background: #fff;
  color: #92202b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 40px;
  padding-bottom: 0px;
}
/* Menu Dropdown */
.mega-menu > li > div {
  position: absolute;
  display: block;
  width: 200px;
  padding: 0px;
  min-height: 10px;
  background: #fff;
  top: 50px;
  left: auto;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.mega-menu > li > div.col-2 {
  width: 400px;
}
.mega-menu > li > div.col-3 {
  width: 600px;
}
.mega-menu > li > div.right {
  right: 5px;
}
.mega-menu > li:hover > div {
  opacity: 1;
  visibility: visible;
  overflow: visible;
}
/* Menu Content Styles */
.mega-menu .nav-column {
  float: left;
  width: 200px;
  font-size: 12px;
  padding: 14px;
}
.mega-menu .nav-column.feature {
  background: url("/theme/copperandoakcomau/img/bg/mega-menu-ftr.png") no-repeat left center;
  min-height: 280px;
}
ul.nav-column {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.nav-column:before,
ul.nav-column:after {
  content: " ";
  display: table;
}
ul.nav-column:after {
  clear: both;
}
ul.nav-column:before,
ul.nav-column:after {
  content: " ";
  display: table;
}
ul.nav-column:after {
  clear: both;
}
ul.nav-column li {
  margin: 0;
  padding: 0;
}
ul.nav-column li {
  background: url("/theme/copperandoakcomau/img/icon/arrow-red.png") no-repeat 0px 6px;
  padding-left: 10px;
}
ul.nav-column li a {
  color: #3c2415;
}
ul.nav-column li a:hover {
  color: #92202b;
  text-decoration: underline;
}
ul.nav-column li > ul {
  display: none;
}
header {
  color: #fff;
}
.topnav {
  font-size: 12px;
  height: 50px;
  line-height: 50px;
  background-image: url("/theme/copperandoakcomau/img/bg/topnav.png");
  background-position: left bottom;
  background-repeat: repeat-x;
}
.topnav a {
  color: #aea19c;
}
.topnav a:hover {
  color: #fff;
  text-decoration: none;
}
.topnav ul,
.topnav li {
  display: inline;
  margin: 0 30px 0 0;
  padding: 0;
}
.topnav ul ul {
  display: none;
}
.topnav .shop-toolbar {
  float: right;
}
.topnav .shop-toolbar div {
  float: left;
}
.topnav .shop-toolbar p {
  float: left;
  margin: 0 0 0 30px;
}
.topnav .shop-toolbar p.cc-icons img {
  margin: 15px 0 0 5px;
  float: left;
}
.global {
  height: 110px;
}
.global .container {
  position: relative;
}
.global p {
  margin: 0px;
}
.global img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}
.global .logo {
  float: left;
  height: 110px;
  line-height: 110px;
}
.global .header-cta {
  float: right;
  height: 110px;
  line-height: 110px;
  margin-right: 240px;
}
.global .site-search {
  position: absolute;
  right: 12px;
  top: 38px;
}
.global .site-search fieldset {
  margin: 0;
  padding: 0;
  border: 0px;
}
.global .site-search fieldset div {
  width: 195px;
  height: 34px;
  position: relative;
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-bottom: 1px solid #602a0c;
}
.global .site-search legend {
  display: none;
}
.global .site-search input.textfield {
  border: 0px;
  padding-left: 9px;
  padding-right: 9px;
  margin-bottom: 0;
  width: 160px;
  height: 34px;
  line-height: 34px;
  font-size: 12px;
  background: none;
  color: #fff;
  outline: none;
}
.global .site-search input.textfield:focus {
  box-shadow: none;
}
.global .site-search input.button,
.global .site-search input.button:hover {
  border: none;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  background: url("/theme/copperandoakcomau/img/sprite.png") -68px -105px;
  width: 24px;
  height: 24px;
  margin: 5px 5px 0 0;
  padding: 0;
  float: right;
}
#hero ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#hero ul:before,
#hero ul:after {
  content: " ";
  display: table;
}
#hero ul:after {
  clear: both;
}
#hero ul:before,
#hero ul:after {
  content: " ";
  display: table;
}
#hero ul:after {
  clear: both;
}
#hero ul li {
  margin: 0;
  padding: 0;
}
#hero ul li {
  float: left;
}
#hero .banners {
  position: relative;
  width: 960px;
  height: 360px;
  margin-bottom: 25px;
}
#hero .banners ul {
  width: 960px;
  height: 360px;
  overflow: hidden;
}
#hero .banners img {
  width: 960px;
  height: 360px;
  display: block;
}
#hero .banners .caroufredsel_wrapper {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
}
#hero .banners #prev,
#hero .banners #next {
  position: absolute;
  width: 30px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  text-indent: -999em;
  overflow: hidden;
  z-index: 500;
  background-image: url("/theme/copperandoakcomau/img/sprite.png");
}
#hero .banners #prev {
  left: -50px;
  background-position: -20px -200px;
}
#hero .banners #prev:hover {
  background-position: -20px -300px;
}
#hero .banners #prev *.disabled {
  background-position: -20px -200px;
}
#hero .banners #next {
  right: -50px;
  background-position: -50px -200px;
}
#hero .banners #next:hover {
  background-position: -50px -300px;
}
#hero .banners #next *.disabled {
  background-position: -50px -200px;
}
#hero .banners #pager {
  width: 100%;
  height: 20px;
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 0px;
  z-index: 500;
}
#hero .banners #pager a {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("/theme/copperandoakcomau/img/sprite.png");
  background-position: -80px -200px;
}
#hero .banners #pager a.selected {
  background-position: -80px -220px;
}
#hero .banners #pager a span {
  display: none;
}
#hero .promos {
  margin-bottom: 25px;
}
#hero .promos img {
  width: 304px;
  height: 140px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
}
#breadcrumbs {
  background: #fff url("/theme/copperandoakcomau/img/bg/wall.jpg") 0px 100px;
  border-bottom: 1px solid #ddd;
  line-height: 45px;
  height: 45px;
  -webkit-box-shadow: inset 0 -1px 5px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 -1px 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 -1px 5px 0 rgba(0, 0, 0, 0.05);
}
#main {
  background: #fff url("/theme/copperandoakcomau/img/bg/wall.jpg");
  min-height: 400px;
  padding: 25px 0;
}
footer {
  color: #fff;
  font-size: 12px;
  text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.5);
}
footer a {
  color: #cca293;
}
footer a:hover {
  color: #fff;
  text-decoration: none;
}
footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer ul:before,
footer ul:after {
  content: " ";
  display: table;
}
footer ul:after {
  clear: both;
}
footer ul:before,
footer ul:after {
  content: " ";
  display: table;
}
footer ul:after {
  clear: both;
}
footer ul li {
  margin: 0;
  padding: 0;
}
footer .sitemap {
  padding: 40px 0;
  border-bottom: 1px solid #000;
}
footer .foot {
  border-top: 1px solid #70280e;
  font-size: 11px;
  line-height: 60px;
  color: #956b5e;
}
footer .foot a {
  color: #956b5e;
}
footer .foot a:hover {
  color: #fff;
}
footer .author {
  text-align: right;
}
footer .legal {
  font-size: 11px;
  padding: 15px 0;
}
footer .legal p {
  color: #cf9d87;
}
@media print {
  header,
  #breadcrumbs,
  #leftCol,
  footer {
    display: none;
  }
  #content {
    width: auto;
    float: none;
  }
}
.social-sticky {
  position: fixed;
  right: 10px;
  top: 40%;
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
}
.social-sticky .social-bar {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.social-sticky .social-bar:before,
.social-sticky .social-bar:after {
  content: " ";
  display: table;
}
.social-sticky .social-bar:after {
  clear: both;
}
.social-sticky .social-bar:before,
.social-sticky .social-bar:after {
  content: " ";
  display: table;
}
.social-sticky .social-bar:after {
  clear: both;
}
.social-sticky .social-bar li {
  margin: 0;
  padding: 0;
}
.social-sticky .social-bar li {
  margin-bottom: 5px;
}
.social-sticky .social-bar li a {
  display: block;
  width: 40px;
  height: 40px;
  background: #92202b;
  border-radius: 100px;
  padding: 8px;
  transition: background 0.3s ease 0s;
}
.social-sticky .social-bar li a:hover {
  background: #6f1921;
}
.social-sticky .social-bar li a img {
  width: 24px !important;
  height: 24px !important;
}
@font-face {
  font-family: 'rosewoodfill';
  src: url('../fonts/rosewood_fill-webfont.eot');
  src: url('../fonts/rosewood_fill-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/rosewood_fill-webfont.woff') format('woff'), url('../fonts/rosewood_fill-webfont.ttf') format('truetype'), url('../fonts/rosewood_fill-webfont.svg#rosewoodfill') format('svg');
  font-weight: normal;
  font-style: normal;
}
.breadcrumbs {
  font-size: 11px;
  color: #555;
  padding-left: 5px;
}
.breadcrumbs strong {
  font-weight: normal;
  margin: 0 3px;
}
.breadcrumbs a {
  color: #555;
}
.breadcrumbs a:hover {
  color: #92202b;
}
.submenu {
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  margin-bottom: 25px;
}
.submenu h2 {
  color: #3c2415;
  font-size: 20px;
  padding: 15px;
  margin: 0px;
}
.submenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  padding: 15px 15px;
  background: url("/theme/copperandoakcomau/img/bg/subnav-hdr.png") no-repeat center top;
}
.submenu ul:before,
.submenu ul:after {
  content: " ";
  display: table;
}
.submenu ul:after {
  clear: both;
}
.submenu ul:before,
.submenu ul:after {
  content: " ";
  display: table;
}
.submenu ul:after {
  clear: both;
}
.submenu ul li {
  margin: 0;
  padding: 0;
}
.submenu ul li a {
  display: block;
  padding: 2px 0px 2px 10px;
  color: #333;
  background: url("/theme/copperandoakcomau/img/icon/arrow-red.png") no-repeat 0px center;
}
.submenu ul li a:hover {
  color: #92202b;
}
.submenu ul li.subPageSelected a {
  color: #92202b;
}
/* file(news.css) */
.news .pagingTop {
  border-bottom: 1px solid #ddd;
}
.news .category-data {
  display: none;
}
.news .item {
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.news .item:before,
.news .item:after {
  content: " ";
  display: table;
}
.news .item:after {
  clear: both;
}
.news .item:before,
.news .item:after {
  content: " ";
  display: table;
}
.news .item:after {
  clear: both;
}
.news .item .img {
  float: right;
  margin-left: 15px;
  width: 222px;
  height: 155px;
}
.news .item .img.no-image {
  background: #fff url("/theme/copperandoakcomau/img/bg/no-image.png") center center no-repeat;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
}
.news .item .img img {
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
}
.news .item h3 {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0.5em;
  line-height: 1.4;
}
.news .item .meta:after {
  clear: none;
}
.news .item .date {
  font-size: 11px;
  color: #888;
  margin-bottom: 0.5em;
}
.news .article .newsCategory {
  display: none;
}
.news .article .date {
  font-size: 12px;
  color: #888;
  margin-bottom: 1em;
}
.feature .news {
  margin-left: -12px;
  margin-right: -12px;
}
.feature .news:before,
.feature .news:after {
  content: " ";
  display: table;
}
.feature .news:after {
  clear: both;
}
.feature .news:before,
.feature .news:after {
  content: " ";
  display: table;
}
.feature .news:after {
  clear: both;
}
.feature .news .item {
  border: 0px;
  padding: 0;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  width: 25%;
}
.feature .news .item .img {
  float: none;
  position: absolute;
  left: 12px;
  top: 0px;
  margin: 0px;
  z-index: 10;
}
.feature .news .item .img.no-image {
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  border-bottom: 0px;
}
.feature .news .item .img img {
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  border-bottom: 0px;
  width: 100% !important;
  height: auto !important;
}
.feature .news .item .txt {
  padding: 170px 15px 15px 15px;
  position: relative;
  z-index: 9;
  text-align: center;
  background: #fff;
  overflow: hidden;
  width: 222px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
}
.feature .news .item h3 {
  font-size: 13px;
  font-weight: normal;
}
.feature .news .item .shortdesc {
  font-size: 12px;
  line-height: 1.4;
  height: 50px;
  overflow: hidden;
  margin-bottom: 15px;
}
.paging {
  zoom: 1;
  font-size: 11px;
}
.paging:before,
.paging:after {
  content: " ";
  display: table;
}
.paging:after {
  clear: both;
}
.paging:before,
.paging:after {
  content: " ";
  display: table;
}
.paging:after {
  clear: both;
}
.paging .rss {
  float: left;
  margin-top: 5px;
  margin-right: 5px;
}
.pagingTop {
  padding-bottom: 25px;
}
.pagingBtm {
  padding-top: 25px;
}
.pagerSummary {
  line-height: 25px;
  float: left;
}
ul.pager {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: right;
  height: 27px;
}
ul.pager:before,
ul.pager:after {
  content: " ";
  display: table;
}
ul.pager:after {
  clear: both;
}
ul.pager:before,
ul.pager:after {
  content: " ";
  display: table;
}
ul.pager:after {
  clear: both;
}
ul.pager li {
  margin: 0;
  padding: 0;
}
ul.pager li {
  float: left;
  line-height: 25px;
  margin-left: 5px;
  background: none;
  padding: 0px;
}
ul.pager a,
ul.pager li.selected {
  padding: 0 10px;
  display: block;
  background: #fff;
  color: #444;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.05);
}
ul.pager a:hover,
ul.pager li.selected {
  background: #92202b;
  border-color: #92202b;
  color: #fff;
  text-decoration: none;
}
ul.pager li.disabled {
  display: none;
}
/*file(products.css)*/
.product-detail-page h1 {
  display: none;
}
.shop .sub-categories,
.shop .sku,
.shop .gst,
.shop .rrp,
.shop .group .multiplierDescription,
.shop .qty label,
.shop .button.view,
.shop .button.more,
.shop .brand,
.shop .enlarge,
.shop .cart-custom-field {
  display: none;
}
.shop .button.add {
  font-family: 'rosewoodfill', Arial, Helvetica, sans-serif;
  line-height: 1;
  font-size: 16px;
  padding: 11px 10px 10px 10px;
}
.shop .loading .button.add {
  background: #efefef url("/theme/copperandoakcomau/img/icon/zoomloader.png") no-repeat center center;
  direction: ltr;
  overflow: hidden;
  text-align: left;
  text-indent: -999em;
  padding: 10px 9px 9px 9px;
  border: 1px solid #e5e5e5;
}
.shop .status {
  position: absolute;
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.shop .status span {
  display: block;
  width: 100px;
  height: 100px;
  background: url("/theme/copperandoakcomau/img/sprite.png");
  text-indent: -1000em;
  overflow: hidden;
}
.shop .status span.sale {
  background-position: -165px -205px;
}
.shop .status span.new {
  background-position: -270px -205px;
}
.shop .status span.status-featured {
  background-position: -375px -205px;
}
.shop ul.product-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-left: -12px;
  margin-right: -12px;
}
.shop ul.product-list:before,
.shop ul.product-list:after {
  content: " ";
  display: table;
}
.shop ul.product-list:after {
  clear: both;
}
.shop ul.product-list:before,
.shop ul.product-list:after {
  content: " ";
  display: table;
}
.shop ul.product-list:after {
  clear: both;
}
.shop ul.product-list li {
  margin: 0;
  padding: 0;
}
.shop ul.product-list > li {
  float: left;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  width: 33.33333333%;
  padding-bottom: 12px;
  padding-top: 12px;
  position: relative;
}
.shop ul.product-list > li .status {
  top: 12px;
  right: 12px;
}
.shop ul.product-list > li .img {
  height: 218px;
  width: 192px;
  overflow: hidden;
  position: absolute;
  top: 26px;
  left: 50%;
  margin-left: -96px;
  text-align: center;
}
.shop ul.product-list > li .img img {
  margin: 0 auto;
  width: auto;
  max-height: 218px;
  max-width: 192px;
}
.shop ul.product-list > li .details {
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 14px;
  padding-top: 240px;
  text-align: center;
}
.shop ul.product-list > li .details h2.title {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.4;
}
.shop ul.product-list > li .details .shortdesc {
  font-size: 12px;
  color: #888888;
  line-height: 1.4;
  max-height: 50px;
  overflow: hidden;
}
.shop ul.product-list > li .details .shortdesc .more {
  display: none;
}
.shop ul.product-list > li .details .error {
  font-size: 11px;
  position: absolute;
  text-align: center;
  background: #B10002;
  color: #fff !important;
  padding: 5px 10px;
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.05);
  width: 192px;
  margin-left: -96px;
  top: 317px;
}
.shop ul.product-list > li .details .error:before {
  border-top: 7px solid #b10002;
  border-left: 7px solid rgba(0, 0, 0, 0);
  border-right: 7px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  left: 50%;
  margin-left: -4px;
  position: absolute;
  bottom: -7px;
}
.shop ul.product-list > li .details .functions {
  background: url("/theme/copperandoakcomau/img/bg/shadow-sep-sml.png") center top no-repeat;
  /*margin-top: 15px;*/
  padding-top: 15px;
  position: relative;
}
.shop ul.product-list > li .details .functions .button.add {
  width: 100%;
  margin: 0px;
}
.shop ul.product-list > li .details .functions .single strong,
.shop ul.product-list > li .details .functions .price strong {
  color: #92202b;
  font-weight: normal;
}
.shop ul.product-list > li .details .functions input[type="text"] {
  width: 35px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0px;
}
.shop ul.product-list > li .details .functions .pricing {
  margin-bottom: 10px;
}
.shop ul.product-list > li .details .functions .pricing:before,
.shop ul.product-list > li .details .functions .pricing:after {
  content: " ";
  display: table;
}
.shop ul.product-list > li .details .functions .pricing:after {
  clear: both;
}
.shop ul.product-list > li .details .functions .pricing:before,
.shop ul.product-list > li .details .functions .pricing:after {
  content: " ";
  display: table;
}
.shop ul.product-list > li .details .functions .pricing:after {
  clear: both;
}
.shop ul.product-list > li .details .functions .pricing .qty {
  float: right;
  position: relative;
  z-index: 10;
}
.shop ul.product-list > li .details .functions .pricing .single {
  line-height: 30px;
  position: relative;
  z-index: 9;
  text-align: left;
}
.shop ul.product-list > li .details .functions .pricing .single strong {
  text-align: right;
  position: absolute;
  right: 45px;
}
.shop ul.product-list > li .details .functions .pricing .error {
  top: -41px;
  left: 0px;
  margin-left: 0px;
}
.shop ul.product-list > li .details .functions .group {
  margin-bottom: 10px;
}
.shop ul.product-list > li .details .functions .group .set {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.shop ul.product-list > li .details .functions .group .set:before,
.shop ul.product-list > li .details .functions .group .set:after {
  content: " ";
  display: table;
}
.shop ul.product-list > li .details .functions .group .set:after {
  clear: both;
}
.shop ul.product-list > li .details .functions .group .set:before,
.shop ul.product-list > li .details .functions .group .set:after {
  content: " ";
  display: table;
}
.shop ul.product-list > li .details .functions .group .set:after {
  clear: both;
}
.shop ul.product-list > li .details .functions .group .set .name {
  line-height: 30px;
  float: left;
}
.shop ul.product-list > li .details .functions .group .set .name span.productname {
  display: none;
}
.shop ul.product-list > li .details .functions .group .set .price {
  line-height: 30px;
  width: 60px;
  text-align: right;
  position: absolute;
  right: 45px;
}
.shop ul.product-list > li .details .functions .group .set .qty {
  float: right;
}
.shop ul.product-detail {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.shop ul.product-detail:before,
.shop ul.product-detail:after {
  content: " ";
  display: table;
}
.shop ul.product-detail:after {
  clear: both;
}
.shop ul.product-detail:before,
.shop ul.product-detail:after {
  content: " ";
  display: table;
}
.shop ul.product-detail:after {
  clear: both;
}
.shop ul.product-detail li {
  margin: 0;
  padding: 0;
}
.shop ul.product-detail li {
  position: relative;
}
.shop ul.product-detail .details {
  width: 620px;
  margin-bottom: 30px;
  float: right;
}
.shop ul.product-detail .details h2.title {
  font-size: 40px;
  color: #3c2415;
}
.shop ul.product-detail .details .status {
  top: 0px;
  left: 200px;
  z-index: 99;
}
.shop ul.product-detail .details .supplier {
  display: none;
}
.shop ul.product-detail .details .single strong,
.shop ul.product-detail .details .price strong {
  color: #92202b;
  font-weight: normal;
}
.shop ul.product-detail .details input[type="text"] {
  width: 35px;
  height: 30px;
  text-align: center;
  padding: 0px;
}
.shop ul.product-detail .details .shortdesc {
  font-size: 12px;
}
.shop ul.product-detail .details .shortdesc.sep {
  background: url("/theme/copperandoakcomau/img/bg/full-sep.png") no-repeat center top;
  padding-top: 25px;
  padding-left: 5px;
  padding-right: 5px;
}
.shop ul.product-detail .details .shortdesc ul.tabs {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: -1px;
}
.shop ul.product-detail .details .shortdesc ul.tabs:before,
.shop ul.product-detail .details .shortdesc ul.tabs:after {
  content: " ";
  display: table;
}
.shop ul.product-detail .details .shortdesc ul.tabs:after {
  clear: both;
}
.shop ul.product-detail .details .shortdesc ul.tabs:before,
.shop ul.product-detail .details .shortdesc ul.tabs:after {
  content: " ";
  display: table;
}
.shop ul.product-detail .details .shortdesc ul.tabs:after {
  clear: both;
}
.shop ul.product-detail .details .shortdesc ul.tabs li {
  margin: 0;
  padding: 0;
}
.shop ul.product-detail .details .shortdesc ul.tabs li {
  float: left;
  line-height: 40px;
  font-size: 12px;
  margin-right: 5px;
}
.shop ul.product-detail .details .shortdesc ul.tabs li a {
  display: block;
  background: #fafafa;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 30px;
  border: 1px solid #e5e5e5;
}
.shop ul.product-detail .details .shortdesc ul.tabs li.active a {
  background: #fff;
  border-bottom: 1px solid #fff;
}
.shop ul.product-detail .details .shortdesc .tab-content {
  background: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 15px;
  font-size: 12px;
}
.shop ul.product-detail .details .functions {
  margin-bottom: 15px;
  position: relative;
}
.shop ul.product-detail .details .functions:before,
.shop ul.product-detail .details .functions:after {
  content: " ";
  display: table;
}
.shop ul.product-detail .details .functions:after {
  clear: both;
}
.shop ul.product-detail .details .functions:before,
.shop ul.product-detail .details .functions:after {
  content: " ";
  display: table;
}
.shop ul.product-detail .details .functions:after {
  clear: both;
}
.shop ul.product-detail .details .functions .button.add {
  float: right;
  margin-top: 0px;
  width: 190px;
}
.shop ul.product-detail .details .pricing {
  background: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  padding: 10px;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
.shop ul.product-detail .details .pricing span.productname {
  color: #999;
}
.shop ul.product-detail .details .pricing .qty {
  float: right;
}
.shop ul.product-detail .details .pricing .qty label {
  display: inline-block;
}
.shop ul.product-detail .details .pricing #contentControl_ProductQuantity1_valQuantityRegex,
.shop ul.product-detail .details .pricing #contentControl_ProductQuantity1_valQuantityRequired,
.shop ul.product-detail .details .pricing #contentControl_ProductQuantity1_valQuantity,
.shop ul.product-detail .details .pricing #contentControl_cvChildProductQuantities {
  bottom: -12px;
  right: 0px;
  position: absolute;
  font-size: 11px;
}
.shop ul.product-detail .details .pricing .single {
  float: left;
  width: 85%;
  position: relative;
  line-height: 30px;
}
.shop ul.product-detail .details .pricing .single strong {
  position: absolute;
  right: 0px;
  top: 0px;
}
.shop ul.product-detail .details .pricing .group .set {
  line-height: 30px;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #efefef;
  position: relative;
}
.shop ul.product-detail .details .pricing .group .set:before,
.shop ul.product-detail .details .pricing .group .set:after {
  content: " ";
  display: table;
}
.shop ul.product-detail .details .pricing .group .set:after {
  clear: both;
}
.shop ul.product-detail .details .pricing .group .set:before,
.shop ul.product-detail .details .pricing .group .set:after {
  content: " ";
  display: table;
}
.shop ul.product-detail .details .pricing .group .set:after {
  clear: both;
}
.shop ul.product-detail .details .pricing .group .set:last-child {
  margin-bottom: 0px;
  border-bottom: 0px;
  padding-bottom: 0px;
}
.shop ul.product-detail .details .pricing .group .set .name {
  float: left;
}
.shop ul.product-detail .details .pricing .group .set .price {
  position: absolute;
  right: 15%;
  top: 0px;
}
.shop ul.product-detail .details .pricing .group .set .qty {
  float: right;
}
.shop ul.product-detail #related-products {
  background: url("/theme/copperandoakcomau/img/bg/full-sep.png") no-repeat center top;
  padding-top: 30px;
  clear: both;
}
.shop ul.product-detail #related-products ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-left: -12px;
  margin-right: -12px;
}
.shop ul.product-detail #related-products ul:before,
.shop ul.product-detail #related-products ul:after {
  content: " ";
  display: table;
}
.shop ul.product-detail #related-products ul:after {
  clear: both;
}
.shop ul.product-detail #related-products ul:before,
.shop ul.product-detail #related-products ul:after {
  content: " ";
  display: table;
}
.shop ul.product-detail #related-products ul:after {
  clear: both;
}
.shop ul.product-detail #related-products ul li {
  margin: 0;
  padding: 0;
}
.shop ul.product-detail #related-products ul > li {
  float: left;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  width: 25%;
  position: relative;
  padding-bottom: 24px;
}
.shop ul.product-detail #related-products ul > li span.more {
  display: none;
}
.shop ul.product-detail #related-products ul > li .image {
  height: 218px;
  width: 192px;
  overflow: hidden;
  position: absolute;
  top: 14px;
  left: 50%;
  margin-left: -96px;
  text-align: center;
}
.shop ul.product-detail #related-products ul > li .description {
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 14px;
  padding-top: 240px;
  text-align: center;
}
.shop ul.product-detail #related-products ul > li .description .product-title {
  display: block;
}
.shop ul.product-detail #related-products ul > li .description a {
  color: #000;
}
.shop ul.product-detail #related-products ul > li .description a:hover {
  color: #92202b;
}
.shop ul.product-detail #related-products ul > li .description .price {
  color: #92202b;
}
.product-detail .img {
  float: left;
}
.product-detail .img div.thumb {
  display: none;
}
.product-detail .productImages {
  position: relative;
}
.product-detail .productImages .largeImages,
.product-detail .productImages .largeImages .slide {
  width: 320px;
  height: 361px;
  position: relative;
  text-align: center;
}
.product-detail .productImages .largeImages {
  margin-bottom: 15px;
}
.product-detail .productImages .largeImages .slide {
  background: #fff;
  vertical-align: middle;
  width: 300px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
}
.product-detail .productImages .largeImages .slide.noimage {
  background: url("/theme/copperandoakcomau/assets/public/image/no-image.gif") no-repeat center center #FFF;
}
.product-detail .productImages div.slide div.description {
  display: none;
}
.product-detail .productImages img {
  width: auto;
  height: auto;
  margin: 0 auto;
}
.product-detail .productImages .largeImages img {
  max-width: 300px;
  max-height: 341px;
  margin-top: 10px;
}
.product-detail .productImages .thumbnails {
  text-align: center;
  margin-bottom: 25px;
  margin-left: 6px;
}
.product-detail .productImages .thumbnails:before,
.product-detail .productImages .thumbnails:after {
  content: " ";
  display: table;
}
.product-detail .productImages .thumbnails:after {
  clear: both;
}
.product-detail .productImages .thumbnails:before,
.product-detail .productImages .thumbnails:after {
  content: " ";
  display: table;
}
.product-detail .productImages .thumbnails:after {
  clear: both;
}
.product-detail .productImages .thumbnails .th {
  cursor: pointer;
  background: #fff;
  text-align: center;
  float: left;
  width: 90px;
  height: 103px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
  margin: 0 3px;
}
.product-detail .productImages .thumbnails .th.selected {
  border-color: #92202b;
}
.product-detail .productImages .thumbnails .th img {
  max-width: 90px;
  max-height: 103px;
  margin: auto;
}
.product-detail .productImages #prev,
.product-detail .productImages #next {
  background: url("/theme/copperandoakcomau/img/icon/coursel-arrows.png") no-repeat;
  width: 24px;
  height: 54px;
  position: absolute;
  left: -20px;
  top: 402px;
  text-indent: -999em;
  display: block;
  outline: none;
  overflow: hidden;
  cursor: pointer;
}
.product-detail .productImages #prev.disabled,
.product-detail .productImages #next.disabled {
  background-position: 0px -54px;
}
.product-detail .productImages #next {
  right: -20px;
  left: auto;
  background-position: -24px 0px;
}
.product-detail .productImages #next.disabled {
  background-position: -24px -54px;
}
.col-12 .shop ul.product-list > li {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  width: 25%;
}
ul.product-subnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.product-subnav:before,
ul.product-subnav:after {
  content: " ";
  display: table;
}
ul.product-subnav:after {
  clear: both;
}
ul.product-subnav:before,
ul.product-subnav:after {
  content: " ";
  display: table;
}
ul.product-subnav:after {
  clear: both;
}
ul.product-subnav li {
  margin: 0;
  padding: 0;
}
ul.product-subnav > li {
  display: none;
}
ul.product-subnav > li.selected {
  display: block;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  margin-bottom: 25px;
}
ul.product-subnav > li.selected > a {
  font-family: 'rosewoodfill', Arial, Helvetica, sans-serif;
  line-height: 1;
  display: block;
  color: #3c2415;
  font-size: 20px;
  padding: 15px;
  margin: 0px;
}
ul.product-subnav > li ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  padding: 15px 15px;
  background: url("/theme/copperandoakcomau/img/bg/subnav-hdr.png") no-repeat center top;
}
ul.product-subnav > li ul:before,
ul.product-subnav > li ul:after {
  content: " ";
  display: table;
}
ul.product-subnav > li ul:after {
  clear: both;
}
ul.product-subnav > li ul:before,
ul.product-subnav > li ul:after {
  content: " ";
  display: table;
}
ul.product-subnav > li ul:after {
  clear: both;
}
ul.product-subnav > li ul li {
  margin: 0;
  padding: 0;
}
ul.product-subnav > li ul li a {
  display: block;
  padding: 0px 0px 0px 10px;
  color: #333;
  background: url("/theme/copperandoakcomau/img/icon/arrow-red.png") no-repeat 0px center;
}
ul.product-subnav > li ul li a:hover {
  color: #92202b;
}
ul.product-subnav > li ul li.selected a {
  color: #92202b;
}
ul.product-subnav ul ul {
  display: none;
}
#home .shop {
  background: url("/theme/copperandoakcomau/img/bg/shelf-bg.jpg") no-repeat center bottom;
  width: 1060px;
  min-height: 94px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 67px;
  margin-bottom: 30px;
  margin-left: -50px;
  margin-right: -50px;
}
#home ul.product-list > li {
  float: left;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  width: 25%;
  position: relative;
}
#home ul.product-list > li .button.add {
  font-size: 14px;
  padding: 8px 7px 7px 7px;
}
#home ul.product-list > li.loading .button.add {
  background-color: #fff;
  border: 0px;
}
#home ul.product-list > li h2.title {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.4;
}
#home ul.product-list > li .shortdesc,
#home ul.product-list > li .status {
  display: none;
}
#home ul.product-list > li .img {
  top: auto;
  left: auto;
  right: 12px;
  bottom: 12px;
  width: 82px;
  height: 185px;
}
#home ul.product-list > li .img img {
  width: 82px;
  height: auto;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
#home ul.product-list > li .details {
  text-align: left;
  background: none;
  padding: 0;
  border: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  width: 140px;
}
#home ul.product-list > li .details > span {
  display: none !important;
}
#home ul.product-list > li .details .functions {
  font-size: 11px;
  padding-top: 0px;
  background: none;
}
#home ul.product-list > li .details .functions input[type="text"] {
  width: 30px;
  height: 25px;
  line-height: 25px;
}
#home ul.product-list > li .details .functions .group,
#home ul.product-list > li .details .functions .pricing {
  margin-bottom: 15px;
}
#home ul.product-list > li .details .functions .group .set {
  border-bottom: 0px;
  margin-bottom: 5px;
  padding-bottom: 0px;
}
#home ul.product-list > li .details .functions .pricing .single,
#home ul.product-list > li .details .functions .group .set .price,
#home ul.product-list > li .details .functions .group .set .name {
  line-height: 25px;
}
#home ul.product-list > li .details .functions .pricing .single strong,
#home ul.product-list > li .details .functions .group .set .price {
  right: 35px;
}
#home ul.product-list > li .details .functions .pricing .qty span {
  position: absolute;
  display: none !important;
}
/* ---------- */
/* cart alert */
/* ---------- */
.flashAlert {
  position: fixed;
  top: -300px;
  left: 50%;
  margin-left: -180px;
  background: #fff;
  border: 1px solid #ddd;
  border-top: 0px;
  width: 330px;
  padding: 14px;
  z-index: 9999;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.flashAlert .success {
  background: none;
  border: none;
  border-bottom: 1px solid #d6d6d6;
  margin: -14px -14px 10px;
  padding: 10px 15px;
  text-align: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inset 0 -10px 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 -10px 10px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 -10px 10px rgba(0, 0, 0, 0.05);
}
.flashAlert .success .message {
  line-height: 20px;
  height: 20px;
  display: inline-block;
  font-size: 14px;
  color: #4c4c4c;
  font-weight: bold;
}
.flashAlert .item:before,
.flashAlert .item:after {
  content: "";
  display: table;
}
.flashAlert .item:after {
  clear: both;
}
.flashAlert .item {
  *zoom: 1;
  line-height: 55px;
  padding: 5px 0;
}
.flashAlert .item .image {
  float: left;
}
.flashAlert .item .image img {
  width: 55px;
  height: auto !important;
  border: 1px solid #d7d7d7;
  display: block;
}
.flashAlert .item .name {
  margin-left: 20px;
  float: left;
  width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flashAlert .item .price {
  float: right;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
}
.flashAlert .cartCheckout {
  margin-top: 10px;
}
.flashAlert .cartCheckout .btn {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  width: 100%;
  padding: 7px 0;
  border-color: transparent;
}
.flashAlert .cartCheckout .btn .icon-cart {
  display: inline-block;
  width: 20px;
  height: 20px;
  *margin-right: .3em;
  line-height: 20px;
  vertical-align: text-top;
  margin-top: -3px;
}
.flashAlert .close {
  background: url("/theme/copperandoakcomau/img/icon/filter-clear-hover.png") no-repeat scroll center center transparent;
  border: medium none;
  border-radius: 0 0 0 0;
  box-shadow: none;
  cursor: pointer;
  height: 30px;
  opacity: 0.8;
  overflow: hidden;
  position: absolute;
  right: 5px;
  text-indent: -999em;
  top: 5px;
  width: 30px;
  z-index: 999;
}
/* --------------- */
/* filter sets     */
/* --------------- */
.productFilters {
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  margin-bottom: 25px;
  position: relative;
}
.productFilters h2 {
  font-size: 20px;
  padding: 15px;
  margin: 0px;
}
.productFilters .resetFilters {
  position: absolute;
  font-size: 12px;
  right: 15px;
  top: 10px;
}
.productFilters .resetFilters .reset {
  display: none;
}
.productFilters .resetFilters a {
  line-height: 30px;
  padding-left: 17px;
  background: url("/theme/copperandoakcomau/img/icon/filter-clear.png") no-repeat left center;
}
.productFilters .resetFilters a:hover {
  background-image: url("/theme/copperandoakcomau/img/icon/filter-clear-hover.png");
}
.productFilters .filterSet {
  background: url("/theme/copperandoakcomau/img/bg/subnav-hdr.png") no-repeat center top;
  padding: 10px 15px 10px 15px;
}
.productFilters .filterHeader a {
  display: block;
  color: #3c2415;
  font-weight: bold;
  background: url("/theme/copperandoakcomau/img/icon/filter-collapse.png") no-repeat right center;
}
.productFilters .filterHeader a:hover {
  color: #92202b;
  background-image: url("/theme/copperandoakcomau/img/icon/filter-collapse-hover.png");
}
.productFilters .filterHeader.close a {
  background-image: url("/theme/copperandoakcomau/img/icon/filter-expand.png");
}
.productFilters .filterHeader.close a:hover {
  background-image: url("/theme/copperandoakcomau/img/icon/filter-expand-hover.png");
}
.productFilters ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  margin: 10px 0;
}
.productFilters ul:before,
.productFilters ul:after {
  content: " ";
  display: table;
}
.productFilters ul:after {
  clear: both;
}
.productFilters ul:before,
.productFilters ul:after {
  content: " ";
  display: table;
}
.productFilters ul:after {
  clear: both;
}
.productFilters ul li {
  margin: 0;
  padding: 0;
}
.productFilters ul li a {
  display: block;
  padding: 2px 0px 2px 20px;
  color: #333;
  background: url("/theme/copperandoakcomau/img/icon/filter-check.png") no-repeat 0px center;
}
.productFilters ul li a:hover {
  color: #92202b;
}
.productFilters ul li a .count {
  color: #999;
  font-size: 11px;
}
.productFilters ul li.selected a {
  background-image: url("/theme/copperandoakcomau/img/icon/filter-check-on.png");
}
.productFilters a.filterActn {
  font-size: 11px;
  padding-left: 20px;
  background: url("/theme/copperandoakcomau/img/icon/filter-more.png") no-repeat 0px center;
}
.productFilters a.filterActn.filterLess {
  background-image: url("/theme/copperandoakcomau/img/icon/filter-less.png");
}
/* --------------- */
/* product paging  */
/* --------------- */
.shop .paging {
  height: 105px;
}
.shop .paging.pagingTop {
  /*background: url("@{base-url}/img/bg/full-sep.png") no-repeat center top;
			padding-top: 20px;*/
  height: 85px;
}
.shop .pagesize {
  position: relative;
}
.shop .pagesize .results {
  position: absolute;
  top: 44px;
  left: 0px;
}
.shop .pager {
  margin-top: 20px;
}
.shop .results-options {
  display: block;
  line-height: 20px;
}
.shop .results-options .items-to-show {
  float: right;
  position: relative;
  color: #888;
}
.shop .results-options .items-to-show span {
  float: left;
  line-height: 20px;
  margin-right: 2px;
}
.shop .results-options .sort-option {
  float: left;
  position: relative;
  color: #888;
}
.shop .results-options .sort-option span {
  float: left;
  line-height: 20px;
  margin-right: 2px;
}
.shop .results-options ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
}
.shop .results-options ul:before,
.shop .results-options ul:after {
  content: " ";
  display: table;
}
.shop .results-options ul:after {
  clear: both;
}
.shop .results-options ul:before,
.shop .results-options ul:after {
  content: " ";
  display: table;
}
.shop .results-options ul:after {
  clear: both;
}
.shop .results-options ul li {
  margin: 0;
  padding: 0;
}
.shop .results-options ul li {
  float: left;
  line-height: 20px;
  margin: 0 1px;
}
.shop .results-options ul li a {
  display: block;
  padding: 0 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #333;
}
.shop .results-options ul li a:hover {
  background: #dedede;
  color: #92202b;
}
.shop .results-options ul li.picked a {
  background: #dedede;
  color: #92202b;
}
.siteSearch {
  margin-bottom: 25px;
  padding-bottom: 25px;
  background: url("/theme/copperandoakcomau/img/bg/full-sep.png") no-repeat center bottom;
}
.siteSearch legend {
  display: none;
}
.siteSearch input[type="text"] {
  padding: 7px 10px 8px 10px;
  width: 400px;
}
.siteSearch input.button {
  margin-top: 0px;
}
/* --------- */
/* Empty Cart */
/* --------- */
.emptyCartNotice {
  text-align: center;
  margin: 18px 0;
  border: 1px solid #ebeae7;
  padding: 120px 14px 20px;
  line-height: 14px;
  position: relative;
  width: auto;
  float: none;
  background: #fff url("/theme/copperandoakcomau/img/icon/empty-cart.png") no-repeat 50% 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
}
.emptyCartNotice h4 {
  margin-bottom: 0;
  color: inherit;
  font-size: 16px;
}
/* --------- */
/* Updating */
/* --------- */
.updating {
  left: 50%;
  margin: 0 0 0 -135px;
  padding: 50px;
  position: fixed;
  text-align: center;
  top: 30%;
  width: 270px;
  z-index: 999;
  background: #FFFFFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  float: none;
  border: 1px solid #ddd;
}
.updating img {
  display: block;
  margin: 0 auto;
}
/* ------------- */
/* order preview */
/* ------------- */
table.cartOrderTable,
table.cartOrderTableSummary,
.customers-orders-detail table {
  width: 100%;
}
table.cartOrderTable th,
table.cartOrderTable td,
table.cartOrderTableSummary th,
table.cartOrderTableSummary td,
.customers-orders-detail table th,
.customers-orders-detail table td {
  padding: 8px 15px;
  vertical-align: top;
}
.order-preview table {
  margin: 0 0 18px;
  width: 100%;
  background: #fafafa;
  border-radius: 3px;
}
.order-preview table td {
  padding: 10px;
}
.order-preview table tr:hover td {
  background-color: #fbfbf9;
}
.order-preview table tr + tr td {
  border-top: 1px solid #f6f4ee;
}
.order-preview table th {
  background: #e9e9e9;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding: 0 10px;
  line-height: 30px;
  color: #666;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.order-preview table th.img {
  border-radius: 3px 0 0 0;
}
.order-preview .shipping {
  float: none !important;
}
.order-preview table tr:first-child th:first-child,
.customers-orders-detail table tr:first-child th:first-child {
  -webkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
}
.order-preview table tr:first-child th:last-child,
.customers-orders-detail table tr:first-child th:last-child {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}
.order-preview table tr.optionalt1 td,
.order-preview table tr.optionalt2 td {
  border-top: 1px dotted #f6f4ee;
}
.order-preview table .category {
  font-size: 12px;
}
.order-preview table .category a {
  text-decoration: none;
  font-weight: bold;
}
.order-preview table .img {
  text-align: center;
  width: 1%;
  font-size: .9em;
  width: 50px;
}
.order-preview table td.img img {
  width: auto;
  height: auto;
  max-width: 50px;
  max-height: 50px;
}
.order-preview table .product {
  text-align: left;
}
.order-preview table .weight,
.order-preview table .unitprice,
.order-preview table .price,
.order-preview table .totalprice {
  width: 13%;
  text-align: right;
}
.order-preview table .qty,
.order-preview table .shipping,
.order-preview table .remove {
  width: 1%;
}
.order-preview table .shipping,
.order-preview table .remove {
  padding-left: 0;
}
.order-preview table .qty input {
  width: 25px;
  font-size: 11px;
  padding: 2px;
}
.notincluding {
  font-size: .75em;
}
.order-preview table tr.cartfoot td {
  font-size: 14px;
  border-top: 1px solid #edeade;
  padding: .5em;
}
.order-preview table tr.cartfoot td.total {
  text-align: right;
}
.order-preview div.cart-buttons {
  margin: 1em 0;
}
.order-preview div.cart-buttons .buttonleft {
  float: left;
}
.order-preview div.cart-buttons .buttonright {
  float: right;
}
.order-preview div.cart-buttons .update {
  margin-right: 10px;
}
.order-preview div.cart-buttons .proceed {
  float: right;
}
.order-preview div.cart-buttons input.continue,
.order-preview div.cart-buttons input.update {
  background-color: #555;
  border: 1px solid #444;
}
.order-preview div.cart-buttons input.continue:hover,
.order-preview div.cart-buttons input.update:hover {
  background-color: #666;
}
#contentControl_txtCouponCode {
  padding: 7px 5px;
}
.order-preview table td .option {
  padding: 0em 0 0 0em;
  font-size: .9em;
}
.order-preview table .optionunitprice {
  text-align: right;
  font-size: 0.9em;
}
.order-preview .updating {
  font-size: 11px;
  background: #f9f9f9;
  border: 1px solid #eaeef2;
  margin: 20px 0;
  padding: 10px;
  line-height: 20px;
}
.order-preview .updating img {
  float: left;
  margin-right: 5px;
}
.order-preview table tr.subtotals td {
  background: #fbfbfb;
  text-align: right;
}
.order-preview table tr.subtotals td.total {
  font-size: 1em;
}
.order-preview table tr.subtotals td.totalprice {
  font-size: 1em;
  font-weight: normal;
}
.order-preview table tr.subtotals strong {
  font-weight: normal;
}
.customers-orders-detail table th {
  text-align: left;
}
/* --------------- */
/* process buttons */
/* --------------- */
div.process-button {
  /*margin:10px 0;
	border-top:1px solid #e3e3e3; padding-top:15px;*/
}
input.right-button {
  float: right;
  line-height: 12px;
}
input.right-button.process {
  margin-left: 0;
  padding: 0 40px;
  margin-top: 0px !important;
  float: right;
}
ul#steps {
  padding: 0px 0px 15px;
  margin-bottom: 10px;
  margin-left: 0px;
}
ul#steps li {
  float: left;
  height: 70px;
  width: 116px;
  list-style: none;
  position: relative;
  text-align: center;
  margin-left: 50px;
}
ul#steps li:first-child {
  margin-left: 0px;
}
ul#steps li img {
  margin-top: -5px;
}
ul#steps li a,
ul#steps li span {
  color: #666;
  display: block;
  font-size: 11px;
  line-height: 15px;
  margin-top: -5px;
  padding: 0;
}
/*
.AspNet-FormView h2 { border-bottom:0px solid #ccc; padding-bottom:15px; background: url("@{base-url}/img/bg/full-sep.png") no-repeat center bottom; }*/
/* --------------------------- */
/* step 1 - sign in / register */
/* --------------------------- */
ol.login,
ol.login li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
ol.login li {
  padding: 5px;
  line-height: 1.7em;
}
.existing-customers,
.new-customers {
  float: left;
  width: 50%;
}
.existing-customers legend,
.new-customers legend {
  display: none;
}
ol.login li label {
  display: block;
  float: left;
  vertical-align: top;
  text-align: right;
  font-weight: bold;
  padding-right: 10px;
  font-size: 12px;
  width: 30%;
  height: 1.5em;
}
ol.login li input[type="text"],
ol.login li input[type="password"],
ol.checkout-form li input[type="text"],
ol.checkout-form li input[type="password"] {
  width: 190px;
}
ol.checkout-form li input[size="4"],
ol.checkout-form li input[size="4"] {
  width: 80px;
}
.existing-customers .validate-summary,
.new-customers .validate-summary {
  width: 80%;
}
/* ------------------------- */
/* step 2 - customer details */
/* ------------------------- */
ol.checkout-form {
  list-style: none;
  padding: 0;
  margin-top: 0;
}
ol.checkout-form li {
  clear: both;
  padding: 5px;
  line-height: 1.7em;
}
ol.checkout-form li label {
  width: 128px;
  display: block;
  float: left;
  text-align: left;
  font-weight: bold;
  padding-right: 10px;
}
ol.checkout-form.shipping li textarea {
  display: block;
  width: 946px!important;
}
div.divider-wrap {
  padding: 0 0 10px 0;
  margin: 0 0 1em;
}
.billing-checkbox {
  margin-left: 210px;
}
.billing-checkbox input {
  margin-right: 5px;
}
ol.same-billing-checkbox {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 136px;
  overflow: hidden;
}
ol.same-billing-checkbox input {
  float: left;
  margin: .3em;
}
ol.same-billing-checkbox label {
  float: left;
}
/* ----------------- */
/* step 3 - shipping */
/* ----------------- */
table.shipping-method {
  background: none repeat scroll 0 0 #FBFBFB;
  border: 1px solid #FFFFFF;
  border-collapse: collapse;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  margin: 0 1px 20px;
  overflow: hidden;
  width: 50%;
  z-index: 1;
}
table.shipping-method td {
  padding: 5px;
}
ol.checkout-form {
  list-style: none outside none;
  margin: 0 1px 20px -5px;
  overflow: hidden;
  z-index: 1;
}
ol.checkout-form li#contentControl_ChangeShippingMethod1_liInsurance label {
  width: auto;
}
.shippingOption input {
  float: left;
  margin-top: 2px;
}
.shippingOption p {
  margin-bottom: 0px;
}
.checkoutStep3 p.title,
.checkoutStep3 h2 {
  border-bottom: 0px !important;
}
/* ---------------- */
/* step 4 - payment */
/* ---------------- */
.payment-type {
  margin: 1em 0;
  margin-bottom: 20px;
}
.payment-type h2 {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 15px;
}
.payment-type th {
  text-align: left;
}
.payment-type td {
  padding: 5px 0;
}
.payment-type td.leftcolumn {
  width: 170px;
  font-weight: bold;
  text-align: left;
}
/* ---------------------- */
/* step 5 - order preview */
/* ---------------------- */
.checkout-order-preview {
  padding: 0 0 1em 0;
  clear: both;
}
.checkout-order-preview ol,
.shipping-details ul,
.payment-details ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.checkout-order-preview ol li,
.shipping-details ul li,
.payment-details ul li {
  clear: both;
  padding: 2px 0;
}
.checkout-order-preview ol li span.title,
.shipping-details ul li span.title,
.payment-details ul li span.title {
  width: 163px;
  display: inline-block;
  text-align: left;
  font-weight: bold;
  margin-right: 10px;
}
#divPreview .qty {
  text-align: center;
}
/* ------------------------ */
/* terms & conditions popup */
/* ------------------------ */
.termsandconditions {
  border: 5px solid #212121;
  padding: .5em 1em;
}
.modalBackground {
  background: #000;
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.processing-order {
  text-align: center;
  padding: 25px;
  position: relative;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
}
/* --------------------------- */
/* step 6 - order confirmation */
/* --------------------------- */
.checkout-order-confirmation {
  padding: 0 0 30px 0;
  clear: both;
}
.checkout-order-confirmation table {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}
.checkout-order-confirmation table td {
  padding: 2px 0;
}
.checkout-order-confirmation table td p {
  margin: 0;
}
.checkout-order-confirmation table .title {
  width: 163px;
  font-weight: bold;
  padding-right: 10px;
}
.print-receipt,
.print-receipt-top,
.print-receipt-bottom {
  margin: 1em 0;
}
.print-receipt a,
.print-receipt-top a,
.print-receipt-bottom a {
  background: url(/sites/boataccessoriesaustraliacomau/img/icon/print.png) no-repeat 0 0 #FFF;
  padding: 0 7px 0 20px;
  margin-top: 5px;
  display: inline-block;
  line-height: 20px;
  font-size: 11px;
  color: #888;
  border: 1px solid #e7e6e3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.checkout-order-confirmation h2 {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 15px;
}
/* --------------------------- */
/* customer orders / purchased */
/* --------------------------- */
ul.order-details {
  clear: both;
  list-style: none;
  padding: 0 0 10px;
  border-bottom: 1px dotted #ddd;
}
ul.order-details li {
  margin: 0 0 1em;
}
ul.order-details li .title {
  font-weight: bold;
}
/*
.customers-orders-detail table, .purchased-files-details table {
	width:100%;
}
.customers-orders-detail table th, .customers-orders-detail table td {
	border-top:1px solid #e0e0e0;
	padding:3px 5px;
	text-align:left;
}
.customers-orders-detail table th {
	background:#e0e0e0;
}
.customers-orders-detail table .footer td {
	font-size:12px;
	font-weight:bold;
	border-top:2px solid #e0e0e0;
	border-bottom:1px dotted #e0e0e0;
}
.customers-orders-detail table td.total-text {
	text-align:right;
	padding-right:10px;
}
.purchased-files-details table {
	border-bottom:1px solid #e0e0e0;
}
.purchased-files-details table td {
	text-align:left;
	border-top:1px solid #e0e0e0;
	padding:5px 3px;
	font-size:10px;
}
.purchased-files-details table th {
	text-align:left;
	background:#e0e0e0;
	padding:5px 3px;
	font-size:11px;
}
.purchased-files-details table td.total-text {
	text-align:right;
	padding-right:10px;
}*/
.payment-history {
  border: none;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}
/*new style*/
.cartToolbar {
  position: absolute;
  right: 0px;
  margin: 0;
  *margin: 20px 0 0;
}
.cartToolbar .btn,
.cartToolbar .btn:hover {
  font-size: 11px;
  *margin-left: 5px;
  background: url(../img/icon/print.png) no-repeat 0px center;
  color: #346AA2;
  padding: 0 0 0 20px;
  border: 0px;
}
.cartToolbar .btn:hover {
  text-decoration: underline;
}
.cartToolbar .iconSave {
  background: url(../img/icon/cart-in.png) no-repeat 9px 6px #e9e9e9;
}
.cartToolbar .iconRetrieve {
  background: url(../img/icon/cart-out.png) no-repeat 9px 6px #e9e9e9;
}
.iconRemove,
.iconUpdate,
td.remove a {
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
  float: left;
  font-size: 11px;
  line-height: 20px;
  margin: 0 10px;
  padding-left: 20px;
}
.iconUpdate {
  background-image: url("/theme/copperandoakcomau/img/icon/refresh.png");
}
.iconRemove,
td.remove a {
  background-image: url("/theme/copperandoakcomau/img/icon/remove.png");
}
table.cartOrderTable,
.customers-orders-detail table {
  margin-bottom: 0px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
}
.cartOrderTable .qty input {
  float: left;
  margin: -4px 0;
  width: 30px;
}
.cartOrderTable tr.category td {
  font-size: 12px;
  background: #f8f8f8;
}
.cartOrderTable tr.category td a {
  color: #333;
}
.cartOrderTable th,
.cartOrderTable td,
.customers-orders-detail table th,
.customers-orders-detail table td {
  border-top: 0 none;
  vertical-align: top;
}
table.cartOrderTable .productInfo td {
  padding: 15px 15px;
}
.cartOrderTable .qty {
  padding-left: 20px;
}
.cartOrderTable th,
.customers-orders-detail table th {
  background: #92202B;
  /*background:-webkit-gradient(linear, left top, left bottom, from(#a72531), to(#92202b));
	background:-webkit-linear-gradient(top, #a72531, #92202b);
	background:-moz-linear-gradient(top, #a72531, #92202b);
	background:-ms-linear-gradient(top, #a72531, #92202b);
	background:-o-linear-gradient(top, #a72531, #92202b);*/
  color: #fff;
}
.cartOrderTable th.product {
  text-align: left;
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
.cartOrderTable th.total {
  text-align: right;
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
.cartOrderTable th.qty {
  text-align: left;
}
.cartOrderTable th.itemPrice,
.cartOrderTable td.itemPrice {
  text-align: right;
}
.cartOrderTable td,
.customers-orders-detail table td {
  border-top: 1px solid #ededed;
}
.cartOrderTable td.total {
  text-align: right;
}
.cartOrderTable tbody tr:first-child td {
  border-top: 0px;
}
.cartOrderTable .productImg {
  text-align: center;
  width: 40px;
}
.cartOrderTable .productImg img {
  /*max-width: 80px;*/
  max-height: 100px;
  max-width: 40px;
  width: auto !important;
}
.cart .productName,
.cart .productNotes {
  margin-left: 60px;
}
.productNotes,
.table .rrp,
.discount-description {
  color: #888888;
  font-size: 11px;
}
.productImg {
  float: left;
}
.cartOrderTableSummary {
  /*width: 300px;*/
}
.cartOrderTableSummary th {
  font-weight: normal;
  text-align: right;
}
.cartOrderTableSummary .price,
.cartOrderTableSummary .total,
.cartOrderTableSummary .itemPrice {
  text-align: right;
  width: 100px;
}
.cartOrderTableSummary td,
.cartOrderTableSummary th,
.cartOrderTableSummary tr + tr th,
.cartOrderTableSummary tr + tr td {
  background: none repeat scroll 0 center transparent;
  border-top: 0 none;
  padding-bottom: 5px;
  padding-top: 5px;
}
.orderTotalSummary td,
.orderTotalSummary th {
  font-weight: bold;
}
.cartOrderTableSummary tfoot th,
.cartOrderTableSummary tfoot td {
  font-size: 18px;
  font-weight: bold;
  padding-top: 5px;
  line-height: 1;
}
.incGST,
.notincluding {
  font-size: 11px;
  font-weight: normal;
}
.cartOrderTable + div.clearfix {
  padding-top: 0px;
}
.cartButtons input + input {
  margin-left: 6px;
}
.cartButtons {
  text-align: right;
}
.formActions {
  clear: left;
  padding: 10px 0;
}
input.checkout[type="submit"],
input.proceed[type="submit"],
input.confirm-order[type="submit"],
input.checkout[type="button"],
a.checkout,
.checkoutProcess .formActions input[type="submit"] {
  /*background-color: #0398e2;
    border-bottom: 1px solid #039ad2;
    -webkit-box-shadow: 0 10px 10px #1cb0fa inset;
	 	 -moz-box-shadow: 0 10px 10px #1cb0fa inset;
	 			box-shadow: 0 10px 10px #1cb0fa inset;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 0 -1px 0 rgba(0,0,0, 0.3);*/
}
input.checkout[type="submit"]:hover,
input.proceed[type="submit"]:hover,
input.confirm-order[type="submit"]:hover,
input.checkout[type="button"]:hover,
a.checkout:hover,
.checkoutProcess .formActions input[type="submit"]:hover {
  /*background-color: #1BB0F9;
	 border:1px solid #0398e2;*/
}
.cartButtons input.continue[type="submit"] {
  float: left;
}
#divCouponCode {
  position: absolute;
  background: #f8f8f8;
  left: 0px;
  top: -150px;
  width: 520px;
  height: auto;
  border: 1px solid #e3e3e3;
  padding: 15px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#contentControl_Label1 {
  padding-right: 6px;
}
.redeemOptions .formGroup input[type="text"] {
  display: inline;
}
.redeemOptions {
  position: relative;
}
.redeemOptions .formGroup {
  float: left;
  margin-right: 5px;
}
.redeemOptions .formActions {
  float: left;
  padding: 0px;
  clear: none;
}
.redeemOptions .formActions input {
  margin-top: 0;
}
/* ------------ */
/* new checkout */
/* ------------ */
.checkoutProcess h2 {
  margin-top: 20px;
  border-bottom: 0px solid #ccc;
  padding-bottom: 15px;
  background: url("/theme/copperandoakcomau/img/bg/full-sep.png") no-repeat center bottom;
}
.orderQuickSummary {
  float: right;
  font-size: 12px;
  margin: 130px 0 20px;
  position: relative;
  text-align: center;
  width: 198px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
}
.orderQuickSummary .subtotalSummary {
  padding: 10px 15px;
  background: url("/theme/copperandoakcomau/img/bg/subnav-hdr.png") no-repeat center top;
}
.orderQuickSummary .subtotalSummary:before,
.orderQuickSummary .subtotalSummary:after {
  content: " ";
  display: table;
}
.orderQuickSummary .subtotalSummary:after {
  clear: both;
}
.orderQuickSummary .subtotalSummary:before,
.orderQuickSummary .subtotalSummary:after {
  content: " ";
  display: table;
}
.orderQuickSummary .subtotalSummary:after {
  clear: both;
}
.orderQuickSummary .shippingSummary {
  padding: 0px 15px 10px 15px;
}
.orderQuickSummary .shippingSummary:before,
.orderQuickSummary .shippingSummary:after {
  content: " ";
  display: table;
}
.orderQuickSummary .shippingSummary:after {
  clear: both;
}
.orderQuickSummary .shippingSummary:before,
.orderQuickSummary .shippingSummary:after {
  content: " ";
  display: table;
}
.orderQuickSummary .shippingSummary:after {
  clear: both;
}
.orderQuickSummary .finalSummary {
  background: url("/theme/copperandoakcomau/img/bg/subnav-hdr.png") no-repeat center top;
  font-weight: bold;
  padding: 10px 15px;
}
.orderQuickSummary .finalSummary:before,
.orderQuickSummary .finalSummary:after {
  content: " ";
  display: table;
}
.orderQuickSummary .finalSummary:after {
  clear: both;
}
.orderQuickSummary .finalSummary:before,
.orderQuickSummary .finalSummary:after {
  content: " ";
  display: table;
}
.orderQuickSummary .finalSummary:after {
  clear: both;
}
.orderQuickSummary .label {
  float: left;
}
.orderQuickSummary .amount {
  float: right;
  text-align: right;
}
.orderQuickSummary h3 {
  padding: 15px;
  margin: 0px;
}
.checkoutProcess {
  float: left;
  margin-top: 130px;
  width: 740px;
  padding-bottom: 20px;
}
ul#steps {
  left: 0;
  margin: 0 12px;
  padding: 0;
  position: absolute;
  top: 0px;
  width: 960px;
  background: none;
  padding-bottom: 30px;
  background: url("/theme/copperandoakcomau/img/bg/full-sep.png") no-repeat center bottom;
}
.existingCustomers,
.newCustomers {
  padding: 0 20px;
  width: 280px;
}
.existingCustomers,
.newCustomers,
.shippingAddress,
.billingAddress,
.shippingTo,
.shippingOptions,
.paymentAvailable,
.paymentType,
.creditCardExpiry,
.creditCardCCV,
.orderSummaryGroup {
  float: left;
  padding-right: 1%;
  width: 49%;
}
.newCustomers {
  margin-left: 0px;
  width: 42%;
}
.existingCustomers,
.newCustomers {
  padding: 0 0px;
  width: 280px;
}
.existingCustomers {
  margin-right: 100px;
}
.shippingTo .edit {
  cursor: pointer;
}
.formGroup.email input,
.formGroup.password input {
  width: 260px;
}
.formGroup .help {
  color: #888888;
  font-size: 11px;
  padding-top: 3px;
}
.formGroup.salutation,
.formGroup.firstName,
.formGroup.lastName {
  float: left;
  margin-right: 10px;
  width: 130px;
}
.checkoutProcess .formActions,
.process-button {
  padding: 0px;
}
.formGroup {
  padding: 0 0 10px;
  position: relative;
}
.formGroup.password {
  float: left;
}
.orderQuickSummary.stick {
  margin-left: 742px;
  margin-top: 0;
  position: fixed;
  right: auto;
  top: 15px;
}
/* ------------ */
/* step2        */
/* ------------ */
.formGroup.salutation select {
  width: 130px;
}
.formGroup input[type="text"],
.formGroup select {
  display: block;
  width: 190px;
}
.formGroup.salutation,
.formGroup.firstName,
.formGroup.lastName {
  float: left;
  margin-right: 10px;
  width: 130px;
}
.formGroup.phone,
.formGroup.subscribe {
  clear: left;
}
.formGroup.phone,
.formGroup.fax {
  float: left;
  margin-right: 10px;
  width: 130px;
}
.formGroup.firstName input[type="text"],
.formGroup.lastName input[type="text"],
.formGroup.phone input[type="tel"],
.formGroup.fax input[type="text"] {
  width: 120px;
}
.formGroup .title,
.orderSummaryGroup .title {
  font-weight: bold;
}
label.checkbox,
label.radio,
span.radio {
  display: block;
  margin: 5px;
}
.shippingDetails label.checkbox,
.shippingDetails .giftMessage label {
  font-weight: bold;
}
label.checkbox input {
  margin-right: 5px;
}
.shippingDetails .description,
.giftMessage,
.giftRecepient {
  margin-left: 23px;
}
.formGroup.streetAddress input {
  margin-bottom: 5px;
}
.radio label {
  display: inline;
  margin: 0 10px 0 3px;
}
.checkoutProcess .formActions,
.process-button {
  /*border-top:1px solid #E3E3E3;*/
  background: url("/theme/copperandoakcomau/img/bg/full-sep.png") no-repeat center top;
  padding-top: 20px;
  margin-top: 20px;
  text-align: right;
}
.checkoutProcess.checkoutStep1 .formActions {
  background: none;
  padding-top: 0;
  margin-top: 20px;
  text-align: left;
}
/* ------------ */
/* step2        */
/* ------------ */
.checkoutProcess .formGroup h2,
.checkoutProcess .orderSummaryGroup h2,
.summaryMemberSource p.title {
  /*border-bottom:1px solid #eee;
    color: #393939;
    font-size: 12px;
    line-height: 18px;
    margin: 12px 0 0;
    padding-bottom: 7px;
	 font-weight:bold;*/
  padding: 0;
  background: none;
  margin-bottom: 10px;
  font-size: 20px;
  color: #3c2415;
}
.formGroup textarea {
  display: block;
  width: 260px;
}
/* ------------ */
/* step3        */
/* ------------ */
.checkoutProcess .payment-type h2 {
  margin-top: 0px;
}
.paymentType {
  width: 100%;
}
.billingAddress,
.shippingOptions,
.paymentType,
.orderSummaryGroup.section2 {
  padding-left: 1%;
  padding-right: 0;
}
/* ------------ */
/* step5        */
/* ------------ */
.checkoutProcess.checkoutStep5,
.checkoutProcess.checkoutStep6 {
  /*float: none;*/
  width: 960px;
}
/* ------------ */
/* step6        */
/* ------------ */
.checkoutProcess.checkoutStep6 .cartOrderTable {
  margin-top: 30px;
}
formActions .help,
.process-button .help,
.paypalCheckout {
  color: #888888;
  font-size: 11px;
}
.orderSummary .table th:first-child,
.orderSummary .table td:first-child {
  /*padding-left: 0;*/
}
.orderSummaryGroup a {
  cursor: pointer;
}
#addWishlist .wishlist .formGroup,
#addWishlist .wishlist .iconCreateNew {
  float: left;
}
#addWishlist .wishlist .formGroup.split {
  font-size: 11px;
  margin: 20px 15px 0;
  text-align: center;
  text-transform: lowercase;
}
table.saved-carts th,
table.save-cart-products th,
table.saved-carts td,
table.save-cart-products td {
  border-top: 0 none;
  line-height: 18px;
  padding: 8px 20px;
  text-align: left;
  vertical-align: top;
}
table.saved-carts,
table.save-cart-products {
  margin-bottom: 18px;
  width: 100%;
}
table.saved-carts tr td a {
  font-size: 11px;
}
table.saved-carts th,
table.save-cart-products th {
  border-bottom: 1px solid #ddd;
  border-top: 0 none;
  font-weight: bold;
  vertical-align: bottom;
}
table.save-cart-products td img {
  height: 70px;
  width: auto;
}
table.save-cart-products td.name {
  width: 80%;
}
.summaryShippingMethod ul {
  list-style-type: none;
  margin: 0px;
  padding: 0;
}
.checkoutProcess.checkoutStep5 .cartOrderTable {
  margin-top: 20px;
}
.process-button .help p {
  margin-top: 15px;
}
.summaryShippingMethod ul .title {
  display: none;
}
.summaryContactDetails {
  padding-bottom: 15px;
}
.summaryContactDetails p {
  margin-bottom: 0px;
}
/* ------------ */
/* print styles */
/* ------------ */
@media print {
  .shop-checkout .cart-buttons,
  .txtsize,
  #steps,
  .print-receipt,
  .print-receipt-top,
  .print-receipt-bottom {
    display: none;
  }
  .checkout-order-confirmation h2,
  .checkout-order-confirmation h3 {
    font-size: 12px!important;
  }
  .checkout-order-confirmation table td {
    padding: 0px;
    font-size: 11px!important;
  }
  table th {
    font-weight: bold!important;
  }
}
/* file(members.css) */
/* ------------ */
/* member login */
/* ------------ */
/*.login-box {
	color: #222;
	background: #F5F5F5;
	padding: 20px 30px 5px 30px;
	border: 1px solid #dddddd;
	margin-bottom: 15px;
	-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
			  border-radius: 4px;
	-webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.15);
		-moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.15);
			  box-shadow:0 0 5px rgba(0, 0, 0, 0.15);
}*/
.members-login .error {
  color: #cc0000;
  margin-top: 10px;
}
.members-login ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.members-login li {
  margin: 0 0 1em;
}
.members-login label {
  display: block;
}
.members-login label {
  color: #404040;
  float: left;
  font-size: 13px;
  line-height: 18px;
  padding-top: 6px;
  text-align: left;
  width: 60px;
  font-weight: bold;
}
.members-login li input.textfield {
  margin-left: 20px;
  display: inline-block;
  width: 170px;
}
.members-login legend {
  display: none;
}
.members-login .login,
.members-login .forgot {
  padding-left: 80px;
}
img.formshield {
  width: 180px;
  height: 36px;
}
/* ------------ */
/* member links */
/* ------------ */
.memberLinks ul {
  margin: 0px;
  padding: 0px;
}
.memberLinks ul li {
  margin: 0px 30px 0px 0px;
  padding: 0px;
  list-style: none;
  float: left;
  width: 82px;
  text-align: center;
  min-height: 154px;
}
.memberLinks ul li a img {
  display: block;
  width: 50px;
  height: 50px;
  padding: 15px;
  border: 1px solid #e3e3e3;
  background: #eee;
  margin-bottom: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.memberLinks ul li a {
  font-weight: bold;
  outline: none;
}
.memberLinks ul li a:hover img {
  background: #f3f3f3;
}
/* -------------- */
/* register forms */
/* -------------- */
.dynamic-signup legend {
  display: none;
}
.dynamic-signup fieldset ol,
.dynamic-signup fieldset li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.dynamic-signup fieldset li {
  padding: 5px 0;
}
.dynamic-signup ol li:before,
.dynamic-signup ol li:after {
  content: "";
  display: table;
}
.dynamic-signup ol li:after {
  clear: both;
}
.dynamic-signup ol li {
  *zoom: 1;
}
.dynamic-signup label,
.dynamic-signup ol li br + span {
  color: #404040;
  float: left;
  font-size: 13px;
  line-height: 18px;
  padding-top: 6px;
  text-align: right;
  width: 155px;
  font-weight: bold;
}
.dynamic-signup ol li select + span + br + span label {
  display: none;
}
.dynamic-signup ol li br + span + input,
.dynamic-signup ol li br + span + select {
  margin-top: 10px;
}
.dynamic-signup ol li br {
  clear: both;
}
.dynamic-signup ol li input[type="text"],
.dynamic-signup ol li input[type="password"],
.dynamic-signup ol li input.button,
.dynamic-signup ol li select,
.dynamic-signup ol li textarea,
.dynamic-signup ol li span.inline,
.dynamic-signup ol li img {
  margin-left: 20px;
}
.dynamic-signup ol li select + select {
  margin-left: 5px;
}
.dynamic-signup ol li input[type="text"] {
  display: inline-block;
  width: 170px;
}
.dynamic-signup ol .inline {
  line-height: 32px;
}
.dynamic-signup ol .inline label,
.dynamic-signup ol table label {
  float: none;
  display: inline;
  width: auto;
  text-align: left;
  font-weight: normal;
  height: auto;
  padding-right: 10px;
}
.dynamic-signup .full h2 {
  font-size: 14px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: 18px;
}
.dynamic-signup span.validator {
  /*display: inline;
	position: relative;*/
}
.retrievePassword .alert {
  color: #090;
}
.retrievePassword table {
  width: auto !important;
}
.retrievePassword table td {
  padding-right: 10px;
  padding-bottom: 10px;
}
/* ------------- */
/* manageAddress */
/* ------------- */
.addresses .dynamic-signup label {
  float: none;
  padding-top: 0px;
  text-align: left;
  width: auto;
}
.addresses .dynamic-signup ol li input,
.addresses .dynamic-signup ol li select {
  margin-left: 0px;
}
.addresses label[for="btnSubmit"] {
  display: none;
}
.manageAddress.addNew,
.manageAddress .addressList li {
  padding: 15px;
  background: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
  position: relative;
}
.manageAddress .addNew {
  margin-bottom: 10px;
}
.manageAddress .addressList {
  margin: 0;
  padding: 0;
  position: relative;
}
.manageAddress .addressList .delete {
  margin-left: 5px;
}
.manageAddress .addressList .setDefaults {
  position: absolute;
  right: 15px;
  top: 15px;
}
.manageAddress .addressList .setDefaults label {
  float: left;
  font-weight: normal;
  margin: 0 0 0 15px;
}
.manageAddress .formGroup {
  position: relative;
}
.manageAddress.addNew input[type="text"],
.manageAddress.addNew select {
  display: block !important;
}
.manageAddress.addNew .error {
  position: absolute;
  left: 200px;
  top: 23px;
}
/* ----------- */
/* validations */
/* ----------- */
.validate-summary,
.Validation-Summary,
.success,
.item-enquiry-message p,
#_1052c36c85cb_valPayment {
  background: #F2DEDE;
  border: 1px solid #EED3D7;
  margin: 0 0 2em 0;
  padding: 15px;
  font-size: 11px;
  color: #b94a48!important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#_1052c36c85cb_valPayment {
  display: block;
}
.success,
.item-enquiry-message p {
  background: #d1eed1;
  border: 1px solid #bfe7bf;
}
.validate-summary img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.validate-summary ul {
  margin-bottom: 0px;
  margin-top: 15px;
}
.members-login .error,
.shop ul.product-list h2.title + span,
.shop ul.product-list .options li select + span,
#contentControl_ChangeShippingMethod1_valShippingMethod {
  display: inline-block;
  margin: 5px 0;
  padding: 1px 4px 2px;
  font-size: 10.998px;
  font-weight: bold;
  line-height: 13px;
  color: #ffffff!important;
  vertical-align: middle;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #b94a48;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#contentControl_dcPageContent_MintoxPlaceHolder_1_lblMsg {
  margin-bottom: 20px;
  display: block;
}
/*
.Error, .validator, 
.members-login ol li input + span, 
table[align="center"] td input + span,
table.controls .rightcolumn span {
	background:url(/theme/seapowercomau/img/icon/cross.png) no-repeat 0 0;
	text-indent:-999em; overflow:hidden; background-repeat:no-repeat; text-align:left; direction:ltr;
	width:16px; height:16px;
	display:block;
	position:absolute; float:left;
}*/
.error {
  color: #F00;
}
/*!
 * jQuery UI CSS Framework 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  zoom: 1;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*!
 * jQuery UI CSS Framework 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=sans-serif&fwDefault=normal&fsDefault=12px&cornerRadius=3px&bgColorHeader=deedf7&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=100&borderColorHeader=aed0ea&fcHeader=222222&iconColorHeader=72a7cf&bgColorContent=f2f5f7&bgTextureContent=04_highlight_hard.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=362b36&iconColorContent=72a7cf&bgColorDefault=d7ebf9&bgTextureDefault=03_highlight_soft.png&bgImgOpacityDefault=80&borderColorDefault=aed0ea&fcDefault=2779aa&iconColorDefault=3d80b3&bgColorHover=e4f1fb&bgTextureHover=03_highlight_soft.png&bgImgOpacityHover=100&borderColorHover=74b2e2&fcHover=0070a3&iconColorHover=2694e8&bgColorActive=3baae3&bgTextureActive=03_highlight_soft.png&bgImgOpacityActive=50&borderColorActive=2694e8&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=ffef8f&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=25&borderColorHighlight=f9dd34&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=cd0a0a&bgTextureError=01_flat.png&bgImgOpacityError=15&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffffff&bgColorOverlay=000000&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=80&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=0&thicknessShadow=0&offsetTopShadow=0&offsetLeftShadow=0&cornerRadiusShadow=0
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: sans-serif;
  font-size: 12px;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #f2f5f7 url(images/ui-bg_highlight-hard_100_f2f5f7_1x100.png) 50% top repeat-x;
  color: #362b36;
}
.ui-widget-content a {
  color: #362b36;
}
.ui-widget-header {
  border: 1px solid #aed0ea;
  background: #deedf7 url(images/ui-bg_highlight-soft_100_deedf7_1x100.png) 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
}
.ui-widget-header a {
  color: #222222;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #aed0ea;
  background: #d7ebf9 url(images/ui-bg_highlight-soft_80_d7ebf9_1x100.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #2779aa;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #2779aa;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #74b2e2;
  background: #e4f1fb url(images/ui-bg_highlight-soft_100_e4f1fb_1x100.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #0070a3;
}
.ui-state-hover a,
.ui-state-hover a:hover {
  color: #0070a3;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #2694e8;
  background: #3baae3 url(images/ui-bg_highlight-soft_50_3baae3_1x100.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}
.ui-widget :active {
  outline: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #f9dd34;
  background: #ffef8f url(images/ui-bg_highlight-soft_25_ffef8f_1x100.png) 50% top repeat-x;
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #cd0a0a url(images/ui-bg_flat_15_cd0a0a_40x100.png) 50% 50% repeat-x;
  color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  background-image: none;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(images/ui-icons_72a7cf_256x240.png);
}
.ui-widget-content .ui-icon {
  background-image: url(images/ui-icons_72a7cf_256x240.png);
}
.ui-widget-header .ui-icon {
  background-image: url(images/ui-icons_72a7cf_256x240.png);
}
.ui-state-default .ui-icon {
  background-image: url(images/ui-icons_3d80b3_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(images/ui-icons_2694e8_256x240.png);
}
.ui-state-active .ui-icon {
  background-image: url(images/ui-icons_ffffff_256x240.png);
}
.ui-state-highlight .ui-icon {
  background-image: url(images/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(images/ui-icons_ffffff_256x240.png);
}
/* positioning */
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-off {
  background-position: -96px -144px;
}
.ui-icon-radio-on {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  -khtml-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  -khtml-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -khtml-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -khtml-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* Overlays */
.ui-widget-overlay {
  background: #000000 url(images/ui-bg_flat_0_000000_40x100.png) 50% 50% repeat-x;
  opacity: .80;
  filter: alpha(opacity=80);
}
.ui-widget-shadow {
  margin: 0 0 0 0;
  padding: 0;
  background: #000000 url(images/ui-bg_flat_0_000000_40x100.png) 50% 50% repeat-x;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*!
 * jQuery UI Autocomplete 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete {
  cursor: default;
  max-height: 340px;
  overflow: auto;
  position: absolute;
}
/* workarounds */
* html .ui-autocomplete {
  width: 1px;
}
/* without this, the menu expands to 100% in IE6 */
/*
 * jQuery UI Menu 1.8.21
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  float: left;
}
.ui-menu .ui-menu {
  margin-top: -3px;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: .2em .4em;
  line-height: 1.5;
  zoom: 1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}
/*!
 * jQuery UI Slider 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider-horizontal {
  height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
/*!
 * jQuery UI Tabs 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs {
  position: relative;
  padding: .2em;
  zoom: 1;
}
/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 1px;
  margin: 0 .2em 1px 0;
  border-bottom: 0 !important;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  margin-bottom: 0;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text;
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer;
}
/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tabs .ui-tabs-hide {
  display: none !important;
}
/*!
 * jQuery UI Datepicker 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0em;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  display: none;
  /*sorry for IE5*/
  display: block;
  /*sorry for IE5*/
  position: absolute;
  /*must have*/
  z-index: -1;
  /*must have*/
  filter: mask();
  /*must have*/
  top: -4px;
  /*must have*/
  left: -4px;
  /*must have*/
  width: 200px;
  /*must have*/
  height: 200px;
  /*must have*/
}
/*!
 * jQuery UI Progressbar 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
